#7F3710

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

Shades of Saddle Brown #7F3710

Tints of Saddle Brown #7F3710

Color information

#7F3710 (or 0x7F3710) is unknown color: approx Saddle Brown. HEX triplet: 7F, 37 and 10. RGB value is (127,55,16). Sum of RGB (Red+Green+Blue) = 127+55+16=198 (26% of max value = 765). Red value is 127 (50% from 255 or 64.14% from 198); Green value is 55 (21.88% from 255 or 27.78% from 198); Blue value is 16 (6.64% from 255 or 8.08% from 198); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3710 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F3710 is #80C8EF. Grayscale: #484848. Windows color (decimal): -8440048 or 1062783. OLE color: 1062783.

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

Color convert

RGB1275516-
CMYK00.570.870.50
HSL21.08º77.62%28.04%-
HSV(B)21.08º87.4%49.8%-
XYZ10.217.281.36-
YUV72.0896.35167.17-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 64.14%
GREEN value IS 55 (21.88% from 255) = 27.78%
BLUE value IS 16 (6.64% from 255) = 8.08%
R=64.14%
G=27.78%
B=8.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.87
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127551600.570.870.5021.0877.6228.04
Hex7F37100395732154e1c
Octal1776720071127622511634
Binary1111111110111100000111001101011111001010101100111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F3710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,55,16); }

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

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

 a { background-color: rgb(127,55,16); }

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

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

 span { border-color: rgb(127,55,16); }

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