#7F3608

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

Shades of Saddle Brown #7F3608

Tints of Saddle Brown #7F3608

Color information

#7F3608 (or 0x7F3608) is unknown color: approx Saddle Brown. HEX triplet: 7F, 36 and 08. RGB value is (127,54,8). Sum of RGB (Red+Green+Blue) = 127+54+8=189 (25% of max value = 765). Red value is 127 (50% from 255 or 67.20% from 189); Green value is 54 (21.48% from 255 or 28.57% from 189); Blue value is 8 (3.52% from 255 or 4.23% from 189); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3608 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F3608 is #80C9F7. Grayscale: #464646. Windows color (decimal): -8440312 or 538239. OLE color: 538239.

HSL color Cylindrical-coordinate representation of color #7F3608: hue angle of 23.19º 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 #7F3608 is Cyan = 0, Magento = 0.57, Yellow = 0.94 and Black (K on CMYK) = 0.50.

Color convert

RGB127548-
CMYK00.570.940.50
HSL23.19º88.15%26.47%-
HSV(B)23.19º93.7%49.8%-
XYZ10.127.171.08-
YUV70.5892.68168.24-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 67.20%
GREEN value IS 54 (21.48% from 255) = 28.57%
BLUE value IS 8 (3.52% from 255) = 4.23%
R=67.20%
G=28.57%
B=4.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.94
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12754800.570.940.5023.1988.1526.47
Hex7F3680395E3217581a
Octal1776610071136622713032
Binary111111111011010000111001101111011001010111101100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F3608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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