#7E370C

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

Shades of Saddle Brown #7E370C

Tints of Saddle Brown #7E370C

Color information

#7E370C (or 0x7E370C) is unknown color: approx Saddle Brown. HEX triplet: 7E, 37 and 0C. RGB value is (126,55,12). Sum of RGB (Red+Green+Blue) = 126+55+12=193 (25% of max value = 765). Red value is 126 (49.61% from 255 or 65.28% from 193); Green value is 55 (21.88% from 255 or 28.50% from 193); Blue value is 12 (5.08% from 255 or 6.22% from 193); Max value from RGB is 126 - color contains mainly: red. Hex color #7E370C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7E370C is #81C8F3. Grayscale: #474747. Windows color (decimal): -8505588 or 800638. OLE color: 800638.

HSL color Cylindrical-coordinate representation of color #7E370C: hue angle of 22.63º degrees, saturation: 0.83, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7E370C is Cyan = 0, Magento = 0.56, Yellow = 0.90 and Black (K on CMYK) = 0.51.

Color convert

RGB1265512-
CMYK00.560.900.51
HSL22.63º82.61%27.06%-
HSV(B)22.63º90.48%49.41%-
XYZ10.047.191.21-
YUV71.3394.52167-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 65.28%
GREEN value IS 55 (21.88% from 255) = 28.50%
BLUE value IS 12 (5.08% from 255) = 6.22%
R=65.28%
G=28.50%
B=6.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.90
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126551200.560.900.5122.6382.6127.06
Hex7E37C0385A3317531b
Octal1766714070132632712333
Binary111111011011111000111000101101011001110111101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E370C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,55,12); }

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

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

 a { background-color: rgb(126,55,12); }

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

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

 span { border-color: rgb(126,55,12); }

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