#7F2A04

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

Shades of Saddle Brown #7F2A04

Tints of Saddle Brown #7F2A04

Color information

#7F2A04 (or 0x7F2A04) is unknown color: approx Saddle Brown. HEX triplet: 7F, 2A and 04. RGB value is (127,42,4). Sum of RGB (Red+Green+Blue) = 127+42+4=173 (22% of max value = 765). Red value is 127 (50% from 255 or 73.41% from 173); Green value is 42 (16.80% from 255 or 24.28% from 173); Blue value is 4 (1.95% from 255 or 2.31% from 173); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2A04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F2A04 is #80D5FB. Grayscale: #3F3F3F. Windows color (decimal): -8443388 or 273023. OLE color: 273023.

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

Color convert

RGB127424-
CMYK00.670.970.50
HSL18.54º93.89%25.69%-
HSV(B)18.54º96.85%49.8%-
XYZ9.66.180.8-
YUV63.0894.66173.59-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 73.41%
GREEN value IS 42 (16.80% from 255) = 24.28%
BLUE value IS 4 (1.95% from 255) = 2.31%
R=73.41%
G=24.28%
B=2.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.97
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12742400.670.970.5018.5493.8925.69
Hex7F2A40436132135e1a
Octal1775240103141622313632
Binary111111110101010001000011110000111001010011101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F2A04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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