#7F3904

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

Shades of Saddle Brown #7F3904

Tints of Saddle Brown #7F3904

Color information

#7F3904 (or 0x7F3904) is unknown color: approx Saddle Brown. HEX triplet: 7F, 39 and 04. RGB value is (127,57,4). Sum of RGB (Red+Green+Blue) = 127+57+4=188 (24% of max value = 765). Red value is 127 (50% from 255 or 67.55% from 188); Green value is 57 (22.66% from 255 or 30.32% from 188); Blue value is 4 (1.95% from 255 or 2.13% from 188); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3904 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F3904 is #80C6FB. Grayscale: #484848. Windows color (decimal): -8439548 or 276863. OLE color: 276863.

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

Color convert

RGB127574-
CMYK00.550.970.50
HSL25.85º93.89%25.69%-
HSV(B)25.85º96.85%49.8%-
XYZ10.247.451.01-
YUV71.8989.69167.31-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 67.55%
GREEN value IS 57 (22.66% from 255) = 30.32%
BLUE value IS 4 (1.95% from 255) = 2.13%
R=67.55%
G=30.32%
B=2.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.97
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12757400.550.970.5025.8593.8925.69
Hex7F39403761321a5e1a
Octal177714067141623213632
Binary11111111110011000110111110000111001011010101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F3904

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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