#7F4208

Color #7F4208 Saddle Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Saddle Brown #7F4208

Tints of Saddle Brown #7F4208

Color information

#7F4208 (or 0x7F4208) is unknown color: approx Saddle Brown. HEX triplet: 7F, 42 and 08. RGB value is (127,66,8). Sum of RGB (Red+Green+Blue) = 127+66+8=201 (26% of max value = 765). Red value is 127 (50% from 255 or 63.18% from 201); Green value is 66 (26.17% from 255 or 32.84% from 201); Blue value is 8 (3.52% from 255 or 3.98% from 201); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4208 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F4208 is #80BDF7. Grayscale: #4D4D4D. Windows color (decimal): -8437240 or 541311. OLE color: 541311.

HSL color Cylindrical-coordinate representation of color #7F4208: hue angle of 29.24º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7F4208 is Cyan = 0, Magento = 0.48, Yellow = 0.94 and Black (K on CMYK) = 0.50.

Color convert

RGB127668-
CMYK00.480.940.50
HSL29.24º88.15%26.47%-
HSV(B)29.24º93.7%49.8%-
XYZ10.748.431.29-
YUV77.6388.71163.22-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 63.18%
GREEN value IS 66 (26.17% from 255) = 32.84%
BLUE value IS 8 (3.52% from 255) = 3.98%
R=63.18%
G=32.84%
B=3.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.94
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12766800.480.940.5029.2488.1526.47
Hex7F4280305E321d581a
Octal17710210060136623513032
Binary1111111100001010000110000101111011001011101101100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F4208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7F4208; }

 p { color: rgb(127,66,8); }

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

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

 a { background-color: rgb(127,66,8); }

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

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

 span { border-color: rgb(127,66,8); }

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