#95320E

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

Shades of Saddle Brown #95320E

Tints of Saddle Brown #95320E

Color information

#95320E (or 0x95320E) is unknown color: approx Saddle Brown. HEX triplet: 95, 32 and 0E. RGB value is (149,50,14). Sum of RGB (Red+Green+Blue) = 149+50+14=213 (28% of max value = 765). Red value is 149 (58.59% from 255 or 69.95% from 213); Green value is 50 (19.92% from 255 or 23.47% from 213); Blue value is 14 (5.86% from 255 or 6.57% from 213); Max value from RGB is 149 - color contains mainly: red. Hex color #95320E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #95320E is #6ACDF1. Grayscale: #4B4B4B. Windows color (decimal): -6999538 or 930453. OLE color: 930453.

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

Color convert

RGB1495014-
CMYK00.660.910.42
HSL16º82.82%31.96%-
HSV(B)16º90.6%58.43%-
XYZ13.618.71.38-
YUV75.593.3180.43-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 69.95%
GREEN value IS 50 (19.92% from 255) = 23.47%
BLUE value IS 14 (5.86% from 255) = 6.57%
R=69.95%
G=23.47%
B=6.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.91
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149501400.660.910.421682.8231.96
Hex9532E0425B2A105320
Octal22562160102133522012340
Binary100101011100101110010000101011011101010100001010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95320E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,50,14); }

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

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

 a { background-color: rgb(149,50,14); }

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

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

 span { border-color: rgb(149,50,14); }

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