#D27445

Color #D27445 Raw Sienna (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Raw Sienna #D27445

Tints of Raw Sienna #D27445

Color information

#D27445 (or 0xD27445) is unknown color: approx Raw Sienna. HEX triplet: D2, 74 and 45. RGB value is (210,116,69). Sum of RGB (Red+Green+Blue) = 210+116+69=395 (52% of max value = 765). Red value is 210 (82.42% from 255 or 53.16% from 395); Green value is 116 (45.70% from 255 or 29.37% from 395); Blue value is 69 (27.34% from 255 or 17.47% from 395); Max value from RGB is 210 - color contains mainly: red. Hex color #D27445 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D27445 is #2D8BBA. Grayscale: #8B8B8B. Windows color (decimal): -2984891 or 4551890. OLE color: 4551890.

HSL color Cylindrical-coordinate representation of color #D27445: hue angle of 20º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D27445 is Cyan = 0, Magento = 0.45, Yellow = 0.67 and Black (K on CMYK) = 0.18.

Color convert

RGB21011669-
CMYK00.450.670.18
HSL20º61.04%54.71%-
HSV(B)20º67.14%82.35%-
XYZ33.926.628.98-
YUV138.7588.64178.82-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 210 (82.42% from 255) = 53.16%
GREEN value IS 116 (45.70% from 255) = 29.37%
BLUE value IS 69 (27.34% from 255) = 17.47%
R=53.16%
G=29.37%
B=17.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.67
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101166900.450.670.182061.0454.71
HexD2744502D4312143d37
Octal32216410505510322247567
Binary1101001011101001000101010110110000111001010100111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D27445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D27445; }

 p { color: rgb(210,116,69); }

 H1.HeaderClassName
 {
   color: #D27445;
 }
 .AnyTagClassName
 {
   color: #D27445;
 }
</style>
background-color css

<style>
 a { background-color: #D27445; }

 a { background-color: rgb(210,116,69); }

 div.DivClassName
 {
   background-color: #D27445;
 }
 .BgClassName
 {
   background-color: #D27445;
 }
</style>
border-color css

<style>
 span { border-color: #D27445; }

 span { border-color: rgb(210,116,69); }

 td.TdClassName
 {
   border-color: #D27445;
 }
 .TagClassName
 {
   border-color: #D27445;
 }
</style>