#96390E

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

Shades of Saddle Brown #96390E

Tints of Saddle Brown #96390E

Color information

#96390E (or 0x96390E) is unknown color: approx Saddle Brown. HEX triplet: 96, 39 and 0E. RGB value is (150,57,14). Sum of RGB (Red+Green+Blue) = 150+57+14=221 (29% of max value = 765). Red value is 150 (58.98% from 255 or 67.87% from 221); Green value is 57 (22.66% from 255 or 25.79% from 221); Blue value is 14 (5.86% from 255 or 6.33% from 221); Max value from RGB is 150 - color contains mainly: red. Hex color #96390E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #96390E is #69C6F1. Grayscale: #505050. Windows color (decimal): -6932210 or 932246. OLE color: 932246.

HSL color Cylindrical-coordinate representation of color #96390E: hue angle of 18.97º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #96390E is Cyan = 0, Magento = 0.62, Yellow = 0.91 and Black (K on CMYK) = 0.41.

Color convert

RGB1505714-
CMYK00.620.910.41
HSL18.97º82.93%32.16%-
HSV(B)18.97º90.67%58.82%-
XYZ14.129.441.49-
YUV79.990.81178-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 67.87%
GREEN value IS 57 (22.66% from 255) = 25.79%
BLUE value IS 14 (5.86% from 255) = 6.33%
R=67.87%
G=25.79%
B=6.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.91
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150571400.620.910.4118.9782.9332.16
Hex9639E03E5B29135320
Octal2267116076133512312340
Binary10010110111001111001111101011011101001100111010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96390E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96390E; }

 p { color: rgb(150,57,14); }

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

<style>
 a { background-color: #96390E; }

 a { background-color: rgb(150,57,14); }

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

<style>
 span { border-color: #96390E; }

 span { border-color: rgb(150,57,14); }

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