#954A0A

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

Shades of Saddle Brown #954A0A

Tints of Saddle Brown #954A0A

Color information

#954A0A (or 0x954A0A) is unknown color: approx Saddle Brown. HEX triplet: 95, 4A and 0A. RGB value is (149,74,10). Sum of RGB (Red+Green+Blue) = 149+74+10=233 (30% of max value = 765). Red value is 149 (58.59% from 255 or 63.95% from 233); Green value is 74 (29.30% from 255 or 31.76% from 233); Blue value is 10 (4.30% from 255 or 4.29% from 233); Max value from RGB is 149 - color contains mainly: red. Hex color #954A0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #954A0A is #6AB5F5. Grayscale: #595959. Windows color (decimal): -6993398 or 674453. OLE color: 674453.

HSL color Cylindrical-coordinate representation of color #954A0A: hue angle of 27.63º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #954A0A is Cyan = 0, Magento = 0.50, Yellow = 0.93 and Black (K on CMYK) = 0.42.

Color convert

RGB1497410-
CMYK00.500.930.42
HSL27.63º87.42%31.18%-
HSV(B)27.63º93.29%58.43%-
XYZ14.911.311.68-
YUV89.1383.35170.7-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 63.95%
GREEN value IS 74 (29.30% from 255) = 31.76%
BLUE value IS 10 (4.30% from 255) = 4.29%
R=63.95%
G=31.76%
B=4.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.93
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149741000.500.930.4227.6387.4231.18
Hex954AA0325D2A1c571f
Octal22511212062135523412737
Binary10010101100101010100110010101110110101011100101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954A0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #954A0A; }

 p { color: rgb(149,74,10); }

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

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

 a { background-color: rgb(149,74,10); }

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

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

 span { border-color: rgb(149,74,10); }

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