#954908

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

Shades of Saddle Brown #954908

Tints of Saddle Brown #954908

Color information

#954908 (or 0x954908) is unknown color: approx Saddle Brown. HEX triplet: 95, 49 and 08. RGB value is (149,73,8). Sum of RGB (Red+Green+Blue) = 149+73+8=230 (30% of max value = 765). Red value is 149 (58.59% from 255 or 64.78% from 230); Green value is 73 (28.91% from 255 or 31.74% from 230); Blue value is 8 (3.52% from 255 or 3.48% from 230); Max value from RGB is 149 - color contains mainly: red. Hex color #954908 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #954908 is #6AB6F7. Grayscale: #585858. Windows color (decimal): -6993656 or 543125. OLE color: 543125.

HSL color Cylindrical-coordinate representation of color #954908: hue angle of 27.66º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #954908 is Cyan = 0, Magento = 0.51, Yellow = 0.95 and Black (K on CMYK) = 0.42.

Color convert

RGB149738-
CMYK00.510.950.42
HSL27.66º89.81%30.78%-
HSV(B)27.66º94.63%58.43%-
XYZ14.8211.171.61-
YUV88.3182.68171.29-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 64.78%
GREEN value IS 73 (28.91% from 255) = 31.74%
BLUE value IS 8 (3.52% from 255) = 3.48%
R=64.78%
G=31.74%
B=3.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.95
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14973800.510.950.4227.6689.8130.78
Hex954980335F2A1c5a1f
Octal22511110063137523413237
Binary10010101100100110000110011101111110101011100101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954908

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #954908; }

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

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

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

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

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

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

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

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