#954902

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

Shades of Saddle Brown #954902

Tints of Saddle Brown #954902

Color information

#954902 (or 0x954902) is unknown color: approx Saddle Brown. HEX triplet: 95, 49 and 02. RGB value is (149,73,2). Sum of RGB (Red+Green+Blue) = 149+73+2=224 (29% of max value = 765). Red value is 149 (58.59% from 255 or 66.52% from 224); Green value is 73 (28.91% from 255 or 32.59% from 224); Blue value is 2 (1.17% from 255 or 0.89% from 224); Max value from RGB is 149 - color contains mainly: red. Hex color #954902 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #954902 is #6AB6FD. Grayscale: #575757. Windows color (decimal): -6993662 or 149909. OLE color: 149909.

HSL color Cylindrical-coordinate representation of color #954902: hue angle of 28.98º 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 #954902 is Cyan = 0, Magento = 0.51, Yellow = 0.99 and Black (K on CMYK) = 0.42.

Color convert

RGB149732-
CMYK00.510.990.42
HSL28.98º97.35%29.61%-
HSV(B)28.98º98.66%58.43%-
XYZ14.7911.161.43-
YUV87.6379.68171.77-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 66.52%
GREEN value IS 73 (28.91% from 255) = 32.59%
BLUE value IS 2 (1.17% from 255) = 0.89%
R=66.52%
G=32.59%
B=0.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.99
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14973200.510.990.4228.9897.3529.61
Hex95492033632A1d611e
Octal2251112063143523514136
Binary100101011001001100110011110001110101011101110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954902

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #954902; }

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

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

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

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

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

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

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

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