#7F3406

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

Shades of Saddle Brown #7F3406

Tints of Saddle Brown #7F3406

Color information

#7F3406 (or 0x7F3406) is unknown color: approx Saddle Brown. HEX triplet: 7F, 34 and 06. RGB value is (127,52,6). Sum of RGB (Red+Green+Blue) = 127+52+6=185 (24% of max value = 765). Red value is 127 (50% from 255 or 68.65% from 185); Green value is 52 (20.70% from 255 or 28.11% from 185); Blue value is 6 (2.73% from 255 or 3.24% from 185); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3406 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F3406 is #80CBF9. Grayscale: #454545. Windows color (decimal): -8440826 or 406655. OLE color: 406655.

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

Color convert

RGB127526-
CMYK00.590.950.50
HSL22.81º90.98%26.08%-
HSV(B)22.81º95.28%49.8%-
XYZ10.016.980.99-
YUV69.1892.35169.24-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 68.65%
GREEN value IS 52 (20.70% from 255) = 28.11%
BLUE value IS 6 (2.73% from 255) = 3.24%
R=68.65%
G=28.11%
B=3.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.95
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12752600.590.950.5022.8190.9826.08
Hex7F34603B5F32175b1a
Octal177646073137622713332
Binary11111111101001100111011101111111001010111101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F3406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,52,6); }

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

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

 a { background-color: rgb(127,52,6); }

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

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

 span { border-color: rgb(127,52,6); }

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