#955002

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

Shades of Saddle Brown #955002

Tints of Saddle Brown #955002

Color information

#955002 (or 0x955002) is unknown color: approx Saddle Brown. HEX triplet: 95, 50 and 02. RGB value is (149,80,2). Sum of RGB (Red+Green+Blue) = 149+80+2=231 (30% of max value = 765). Red value is 149 (58.59% from 255 or 64.50% from 231); Green value is 80 (31.64% from 255 or 34.63% from 231); Blue value is 2 (1.17% from 255 or 0.87% from 231); Max value from RGB is 149 - color contains mainly: red. Hex color #955002 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #955002 is #6AAFFD. Grayscale: #5C5C5C. Windows color (decimal): -6991870 or 151701. OLE color: 151701.

HSL color Cylindrical-coordinate representation of color #955002: hue angle of 31.84º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #955002 is Cyan = 0, Magento = 0.46, Yellow = 0.99 and Black (K on CMYK) = 0.42.

Color convert

RGB149802-
CMYK00.460.990.42
HSL31.84º97.35%29.61%-
HSV(B)31.84º98.66%58.43%-
XYZ15.2712.131.59-
YUV91.7477.36168.84-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 64.50%
GREEN value IS 80 (31.64% from 255) = 34.63%
BLUE value IS 2 (1.17% from 255) = 0.87%
R=64.50%
G=34.63%
B=0.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.99
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14980200.460.990.4231.8497.3529.61
Hex9550202E632A20611e
Octal2251202056143524014136
Binary1001010110100001001011101100011101010100000110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955002; }

 p { color: rgb(149,80,2); }

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

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

 a { background-color: rgb(149,80,2); }

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

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

 span { border-color: rgb(149,80,2); }

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