#95521A

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

Shades of Saddle Brown #95521A

Tints of Saddle Brown #95521A

Color information

#95521A (or 0x95521A) is unknown color: approx Saddle Brown. HEX triplet: 95, 52 and 1A. RGB value is (149,82,26). Sum of RGB (Red+Green+Blue) = 149+82+26=257 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.98% from 257); Green value is 82 (32.42% from 255 or 31.91% from 257); Blue value is 26 (10.55% from 255 or 10.12% from 257); Max value from RGB is 149 - color contains mainly: red. Hex color #95521A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95521A is #6AADE5. Grayscale: #5F5F5F. Windows color (decimal): -6991334 or 1725077. OLE color: 1725077.

HSL color Cylindrical-coordinate representation of color #95521A: hue angle of 27.32º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #95521A is Cyan = 0, Magento = 0.45, Yellow = 0.83 and Black (K on CMYK) = 0.42.

Color convert

RGB1498226-
CMYK00.450.830.42
HSL27.32º70.29%34.31%-
HSV(B)27.32º82.55%58.43%-
XYZ15.612.52.57-
YUV95.6588.7166.05-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 57.98%
GREEN value IS 82 (32.42% from 255) = 31.91%
BLUE value IS 26 (10.55% from 255) = 10.12%
R=57.98%
G=31.91%
B=10.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.83
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149822600.450.830.4227.3270.2934.31
Hex95521A02D532A1b4622
Octal22512232055123523310642
Binary1001010110100101101001011011010011101010110111000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95521A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95521A; }

 p { color: rgb(149,82,26); }

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

<style>
 a { background-color: #95521A; }

 a { background-color: rgb(149,82,26); }

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

<style>
 span { border-color: #95521A; }

 span { border-color: rgb(149,82,26); }

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