#95511B

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

Shades of Saddle Brown #95511B

Tints of Saddle Brown #95511B

Color information

#95511B (or 0x95511B) is unknown color: approx Saddle Brown. HEX triplet: 95, 51 and 1B. RGB value is (149,81,27). Sum of RGB (Red+Green+Blue) = 149+81+27=257 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.98% from 257); Green value is 81 (32.03% from 255 or 31.52% from 257); Blue value is 27 (10.94% from 255 or 10.51% from 257); Max value from RGB is 149 - color contains mainly: red. Hex color #95511B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95511B is #6AAEE4. Grayscale: #5F5F5F. Windows color (decimal): -6991589 or 1790357. OLE color: 1790357.

HSL color Cylindrical-coordinate representation of color #95511B: hue angle of 26.56º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #95511B is Cyan = 0, Magento = 0.46, Yellow = 0.82 and Black (K on CMYK) = 0.42.

Color convert

RGB1498127-
CMYK00.460.820.42
HSL26.56º69.32%34.51%-
HSV(B)26.56º81.88%58.43%-
XYZ15.5312.352.6-
YUV95.1889.53166.39-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 57.98%
GREEN value IS 81 (32.03% from 255) = 31.52%
BLUE value IS 27 (10.94% from 255) = 10.51%
R=57.98%
G=31.52%
B=10.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.82
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149812700.460.820.4226.5669.3234.51
Hex95511B02E522A1b4523
Octal22512133056122523310543
Binary1001010110100011101101011101010010101010110111000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95511B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95511B; }

 p { color: rgb(149,81,27); }

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

<style>
 a { background-color: #95511B; }

 a { background-color: rgb(149,81,27); }

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

<style>
 span { border-color: #95511B; }

 span { border-color: rgb(149,81,27); }

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