#95440E

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

Shades of Saddle Brown #95440E

Tints of Saddle Brown #95440E

Color information

#95440E (or 0x95440E) is unknown color: approx Saddle Brown. HEX triplet: 95, 44 and 0E. RGB value is (149,68,14). Sum of RGB (Red+Green+Blue) = 149+68+14=231 (30% of max value = 765). Red value is 149 (58.59% from 255 or 64.50% from 231); Green value is 68 (26.95% from 255 or 29.44% from 231); Blue value is 14 (5.86% from 255 or 6.06% from 231); Max value from RGB is 149 - color contains mainly: red. Hex color #95440E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #95440E is #6ABBF1. Grayscale: #565656. Windows color (decimal): -6994930 or 935061. OLE color: 935061.

HSL color Cylindrical-coordinate representation of color #95440E: hue angle of 24º 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 #95440E is Cyan = 0, Magento = 0.54, Yellow = 0.91 and Black (K on CMYK) = 0.42.

Color convert

RGB1496814-
CMYK00.540.910.42
HSL24º82.82%31.96%-
HSV(B)24º90.6%58.43%-
XYZ14.5410.561.69-
YUV86.0687.34172.89-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 64.50%
GREEN value IS 68 (26.95% from 255) = 29.44%
BLUE value IS 14 (5.86% from 255) = 6.06%
R=64.50%
G=29.44%
B=6.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.91
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149681400.540.910.422482.8231.96
Hex9544E0365B2A185320
Octal22510416066133523012340
Binary100101011000100111001101101011011101010110001010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95440E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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