#D07A3D

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

Shades of Raw Sienna #D07A3D

Tints of Raw Sienna #D07A3D

Color information

#D07A3D (or 0xD07A3D) is unknown color: approx Raw Sienna. HEX triplet: D0, 7A and 3D. RGB value is (208,122,61). Sum of RGB (Red+Green+Blue) = 208+122+61=391 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.20% from 391); Green value is 122 (48.05% from 255 or 31.20% from 391); Blue value is 61 (24.22% from 255 or 15.60% from 391); Max value from RGB is 208 - color contains mainly: red. Hex color #D07A3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D07A3D is #2F85C2. Grayscale: #8D8D8D. Windows color (decimal): -3114435 or 4029136. OLE color: 4029136.

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

Color convert

RGB20812261-
CMYK00.410.710.18
HSL24.9º61%52.75%-
HSV(B)24.9º70.67%81.57%-
XYZ33.8127.677.97-
YUV140.7682.99175.96-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 53.20%
GREEN value IS 122 (48.05% from 255) = 31.20%
BLUE value IS 61 (24.22% from 255) = 15.60%
R=53.20%
G=31.20%
B=15.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.71
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081226100.410.710.1824.96152.75
HexD07A3D0294712193d35
Octal3201727505110722317565
Binary110100001111010111101010100110001111001011001111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D07A3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D07A3D; }

 p { color: rgb(208,122,61); }

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

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

 a { background-color: rgb(208,122,61); }

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

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

 span { border-color: rgb(208,122,61); }

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