#955200

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

Shades of Saddle Brown #955200

Tints of Saddle Brown #955200

Color information

#955200 (or 0x955200) is unknown color: approx Saddle Brown. HEX triplet: 95, 52 and 00. RGB value is (149,82,0). Sum of RGB (Red+Green+Blue) = 149+82+0=231 (30% of max value = 765). Red value is 149 (58.59% from 255 or 64.50% from 231); Green value is 82 (32.42% from 255 or 35.50% from 231); Blue value is 0 (0.39% from 255 or 0% from 231); Max value from RGB is 149 - color contains mainly: red. Hex color #955200 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #955200 is #6AADFF. Grayscale: #5D5D5D. Windows color (decimal): -6991360 or 21141. OLE color: 21141.

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

Color convert

RGB149820-
CMYK00.4510.42
HSL33.02º100%29.22%-
HSV(B)33.02º100%58.43%-
XYZ15.4112.421.59-
YUV92.6875.7168.17-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 64.50%
GREEN value IS 82 (32.42% from 255) = 35.50%
BLUE value IS 0 (0.39% from 255) = 0%
R=64.50%
G=35.50%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 1
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14982000.4510.4233.0210029.22
Hex9552002D642A21641d
Octal2251220055144524114435
Binary100101011010010001011011100100101010100001110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955200; }

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

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

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

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

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

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

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

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