#7F370B

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

Shades of Saddle Brown #7F370B

Tints of Saddle Brown #7F370B

Color information

#7F370B (or 0x7F370B) is unknown color: approx Saddle Brown. HEX triplet: 7F, 37 and 0B. RGB value is (127,55,11). Sum of RGB (Red+Green+Blue) = 127+55+11=193 (25% of max value = 765). Red value is 127 (50% from 255 or 65.80% from 193); Green value is 55 (21.88% from 255 or 28.50% from 193); Blue value is 11 (4.69% from 255 or 5.70% from 193); Max value from RGB is 127 - color contains mainly: red. Hex color #7F370B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F370B is #80C8F4. Grayscale: #474747. Windows color (decimal): -8440053 or 735103. OLE color: 735103.

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

Color convert

RGB1275511-
CMYK00.570.910.50
HSL22.76º84.06%27.06%-
HSV(B)22.76º91.34%49.8%-
XYZ10.187.271.18-
YUV71.5193.85167.58-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 65.80%
GREEN value IS 55 (21.88% from 255) = 28.50%
BLUE value IS 11 (4.69% from 255) = 5.70%
R=65.80%
G=28.50%
B=5.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.91
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127551100.570.910.5022.7684.0627.06
Hex7F37B0395B3217541b
Octal1776713071133622712433
Binary111111111011110110111001101101111001010111101010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F370B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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