#7F4204

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

Shades of Saddle Brown #7F4204

Tints of Saddle Brown #7F4204

Color information

#7F4204 (or 0x7F4204) is unknown color: approx Saddle Brown. HEX triplet: 7F, 42 and 04. RGB value is (127,66,4). Sum of RGB (Red+Green+Blue) = 127+66+4=197 (26% of max value = 765). Red value is 127 (50% from 255 or 64.47% from 197); Green value is 66 (26.17% from 255 or 33.50% from 197); Blue value is 4 (1.95% from 255 or 2.03% from 197); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4204 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F4204 is #80BDFB. Grayscale: #4D4D4D. Windows color (decimal): -8437244 or 279167. OLE color: 279167.

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

Color convert

RGB127664-
CMYK00.480.970.50
HSL30.24º93.89%25.69%-
HSV(B)30.24º96.85%49.8%-
XYZ10.728.421.17-
YUV77.1786.71163.54-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 64.47%
GREEN value IS 66 (26.17% from 255) = 33.50%
BLUE value IS 4 (1.95% from 255) = 2.03%
R=64.47%
G=33.50%
B=2.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.97
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12766400.480.970.5030.2493.8925.69
Hex7F42403061321e5e1a
Octal1771024060141623613632
Binary111111110000101000110000110000111001011110101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F4204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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