#955213

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

Shades of Saddle Brown #955213

Tints of Saddle Brown #955213

Color information

#955213 (or 0x955213) is unknown color: approx Saddle Brown. HEX triplet: 95, 52 and 13. RGB value is (149,82,19). Sum of RGB (Red+Green+Blue) = 149+82+19=250 (33% of max value = 765). Red value is 149 (58.59% from 255 or 59.6% from 250); Green value is 82 (32.42% from 255 or 32.8% from 250); Blue value is 19 (7.81% from 255 or 7.6% from 250); Max value from RGB is 149 - color contains mainly: red. Hex color #955213 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #955213 is #6AADEC. Grayscale: #5F5F5F. Windows color (decimal): -6991341 or 1266325. OLE color: 1266325.

HSL color Cylindrical-coordinate representation of color #955213: hue angle of 29.08º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #955213 is Cyan = 0, Magento = 0.45, Yellow = 0.87 and Black (K on CMYK) = 0.42.

Color convert

RGB1498219-
CMYK00.450.870.42
HSL29.08º77.38%32.94%-
HSV(B)29.08º87.25%58.43%-
XYZ15.5312.472.2-
YUV94.8585.2166.62-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 59.6%
GREEN value IS 82 (32.42% from 255) = 32.8%
BLUE value IS 19 (7.81% from 255) = 7.6%
R=59.6%
G=32.8%
B=7.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.87
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149821900.450.870.4229.0877.3832.94
Hex95521302D572A1d4d21
Octal22512223055127523511541
Binary1001010110100101001101011011010111101010111011001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955213; }

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

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

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

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

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

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

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

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