#9E4B0E

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

Shades of Saddle Brown #9E4B0E

Tints of Saddle Brown #9E4B0E

Color information

#9E4B0E (or 0x9E4B0E) is unknown color: approx Saddle Brown. HEX triplet: 9E, 4B and 0E. RGB value is (158,75,14). Sum of RGB (Red+Green+Blue) = 158+75+14=247 (32% of max value = 765). Red value is 158 (62.11% from 255 or 63.97% from 247); Green value is 75 (29.69% from 255 or 30.36% from 247); Blue value is 14 (5.86% from 255 or 5.67% from 247); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4B0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9E4B0E is #61B4F1. Grayscale: #5D5D5D. Windows color (decimal): -6403314 or 936862. OLE color: 936862.

HSL color Cylindrical-coordinate representation of color #9E4B0E: hue angle of 25.42º 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 #9E4B0E is Cyan = 0, Magento = 0.53, Yellow = 0.91 and Black (K on CMYK) = 0.38.

Color convert

RGB1587514-
CMYK00.530.910.38
HSL25.42º83.72%33.73%-
HSV(B)25.42º91.14%61.96%-
XYZ16.712.331.92-
YUV92.8683.5174.46-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 63.97%
GREEN value IS 75 (29.69% from 255) = 30.36%
BLUE value IS 14 (5.86% from 255) = 5.67%
R=63.97%
G=30.36%
B=5.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.91
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158751400.530.910.3825.4283.7233.73
Hex9E4BE0355B26195422
Octal23611316065133463112442
Binary100111101001011111001101011011011100110110011010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E4B0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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