#7F420E

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

Shades of Saddle Brown #7F420E

Tints of Saddle Brown #7F420E

Color information

#7F420E (or 0x7F420E) is unknown color: approx Saddle Brown. HEX triplet: 7F, 42 and 0E. RGB value is (127,66,14). Sum of RGB (Red+Green+Blue) = 127+66+14=207 (27% of max value = 765). Red value is 127 (50% from 255 or 61.35% from 207); Green value is 66 (26.17% from 255 or 31.88% from 207); Blue value is 14 (5.86% from 255 or 6.76% from 207); Max value from RGB is 127 - color contains mainly: red. Hex color #7F420E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F420E is #80BDF1. Grayscale: #4E4E4E. Windows color (decimal): -8437234 or 934527. OLE color: 934527.

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

Color convert

RGB1276614-
CMYK00.480.890.50
HSL27.61º80.14%27.65%-
HSV(B)27.61º88.98%49.8%-
XYZ10.788.441.48-
YUV78.3191.71162.73-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 61.35%
GREEN value IS 66 (26.17% from 255) = 31.88%
BLUE value IS 14 (5.86% from 255) = 6.76%
R=61.35%
G=31.88%
B=6.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.89
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127661400.480.890.5027.6180.1427.65
Hex7F42E03059321c501c
Octal17710216060131623412034
Binary1111111100001011100110000101100111001011100101000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F420E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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