#95530E

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

Shades of Saddle Brown #95530E

Tints of Saddle Brown #95530E

Color information

#95530E (or 0x95530E) is unknown color: approx Saddle Brown. HEX triplet: 95, 53 and 0E. RGB value is (149,83,14). Sum of RGB (Red+Green+Blue) = 149+83+14=246 (32% of max value = 765). Red value is 149 (58.59% from 255 or 60.57% from 246); Green value is 83 (32.81% from 255 or 33.74% from 246); Blue value is 14 (5.86% from 255 or 5.69% from 246); Max value from RGB is 149 - color contains mainly: red. Hex color #95530E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #95530E is #6AACF1. Grayscale: #5F5F5F. Windows color (decimal): -6991090 or 938901. OLE color: 938901.

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

Color convert

RGB1498314-
CMYK00.440.910.42
HSL30.67º82.82%31.96%-
HSV(B)30.67º90.6%58.43%-
XYZ15.5712.612.03-
YUV94.8782.37166.61-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 60.57%
GREEN value IS 83 (32.81% from 255) = 33.74%
BLUE value IS 14 (5.86% from 255) = 5.69%
R=60.57%
G=33.74%
B=5.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.91
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149831400.440.910.4230.6782.8231.96
Hex9553E02C5B2A1f5320
Octal22512316054133523712340
Binary100101011010011111001011001011011101010111111010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95530E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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