#7F4004

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

Shades of Saddle Brown #7F4004

Tints of Saddle Brown #7F4004

Color information

#7F4004 (or 0x7F4004) is unknown color: approx Saddle Brown. HEX triplet: 7F, 40 and 04. RGB value is (127,64,4). Sum of RGB (Red+Green+Blue) = 127+64+4=195 (25% of max value = 765). Red value is 127 (50% from 255 or 65.13% from 195); Green value is 64 (25.39% from 255 or 32.82% from 195); Blue value is 4 (1.95% from 255 or 2.05% from 195); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4004 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F4004 is #80BFFB. Grayscale: #4C4C4C. Windows color (decimal): -8437756 or 278655. OLE color: 278655.

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

Color convert

RGB127644-
CMYK00.500.970.50
HSL29.27º93.89%25.69%-
HSV(B)29.27º96.85%49.8%-
XYZ10.618.191.14-
YUV7687.37164.38-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 65.13%
GREEN value IS 64 (25.39% from 255) = 32.82%
BLUE value IS 4 (1.95% from 255) = 2.05%
R=65.13%
G=32.82%
B=2.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.97
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12764400.500.970.5029.2793.8925.69
Hex7F40403261321d5e1a
Octal1771004062141623513632
Binary111111110000001000110010110000111001011101101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F4004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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