#7F3E0A

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

Shades of Saddle Brown #7F3E0A

Tints of Saddle Brown #7F3E0A

Color information

#7F3E0A (or 0x7F3E0A) is unknown color: approx Saddle Brown. HEX triplet: 7F, 3E and 0A. RGB value is (127,62,10). Sum of RGB (Red+Green+Blue) = 127+62+10=199 (26% of max value = 765). Red value is 127 (50% from 255 or 63.82% from 199); Green value is 62 (24.61% from 255 or 31.16% from 199); Blue value is 10 (4.30% from 255 or 5.03% from 199); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3E0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F3E0A is #80C1F5. Grayscale: #4B4B4B. Windows color (decimal): -8438262 or 671359. OLE color: 671359.

HSL color Cylindrical-coordinate representation of color #7F3E0A: hue angle of 26.67º degrees, saturation: 0.85, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7F3E0A is Cyan = 0, Magento = 0.51, Yellow = 0.92 and Black (K on CMYK) = 0.50.

Color convert

RGB1276210-
CMYK00.510.920.50
HSL26.67º85.4%26.86%-
HSV(B)26.67º92.13%49.8%-
XYZ10.537.981.27-
YUV75.5191.03164.73-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 63.82%
GREEN value IS 62 (24.61% from 255) = 31.16%
BLUE value IS 10 (4.30% from 255) = 5.03%
R=63.82%
G=31.16%
B=5.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.92
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127621000.510.920.5026.6785.426.86
Hex7F3EA0335C321b551b
Octal1777612063134623312533
Binary111111111111010100110011101110011001011011101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F3E0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,62,10); }

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

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

 a { background-color: rgb(127,62,10); }

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

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

 span { border-color: rgb(127,62,10); }

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