#9E500E

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

Shades of Saddle Brown #9E500E

Tints of Saddle Brown #9E500E

Color information

#9E500E (or 0x9E500E) is unknown color: approx Saddle Brown. HEX triplet: 9E, 50 and 0E. RGB value is (158,80,14). Sum of RGB (Red+Green+Blue) = 158+80+14=252 (33% of max value = 765). Red value is 158 (62.11% from 255 or 62.70% from 252); Green value is 80 (31.64% from 255 or 31.75% from 252); Blue value is 14 (5.86% from 255 or 5.56% from 252); Max value from RGB is 158 - color contains mainly: red. Hex color #9E500E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9E500E is #61AFF1. Grayscale: #606060. Windows color (decimal): -6402034 or 938142. OLE color: 938142.

HSL color Cylindrical-coordinate representation of color #9E500E: hue angle of 27.5º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9E500E is Cyan = 0, Magento = 0.49, Yellow = 0.91 and Black (K on CMYK) = 0.38.

Color convert

RGB1588014-
CMYK00.490.910.38
HSL27.5º83.72%33.73%-
HSV(B)27.5º91.14%61.96%-
XYZ17.0513.042.03-
YUV95.881.84172.37-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 62.70%
GREEN value IS 80 (31.64% from 255) = 31.75%
BLUE value IS 14 (5.86% from 255) = 5.56%
R=62.70%
G=31.75%
B=5.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.91
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158801400.490.910.3827.583.7233.73
Hex9E50E0315B261c5422
Octal23612016061133463412442
Binary100111101010000111001100011011011100110111001010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E500E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9E500E; }

 p { color: rgb(158,80,14); }

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

<style>
 a { background-color: #9E500E; }

 a { background-color: rgb(158,80,14); }

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

<style>
 span { border-color: #9E500E; }

 span { border-color: rgb(158,80,14); }

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