#954B0D

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

Shades of Saddle Brown #954B0D

Tints of Saddle Brown #954B0D

Color information

#954B0D (or 0x954B0D) is unknown color: approx Saddle Brown. HEX triplet: 95, 4B and 0D. RGB value is (149,75,13). Sum of RGB (Red+Green+Blue) = 149+75+13=237 (31% of max value = 765). Red value is 149 (58.59% from 255 or 62.87% from 237); Green value is 75 (29.69% from 255 or 31.65% from 237); Blue value is 13 (5.47% from 255 or 5.49% from 237); Max value from RGB is 149 - color contains mainly: red. Hex color #954B0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #954B0D is #6AB4F2. Grayscale: #5A5A5A. Windows color (decimal): -6993139 or 871317. OLE color: 871317.

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

Color convert

RGB1497513-
CMYK00.500.910.42
HSL27.35º83.95%31.76%-
HSV(B)27.35º91.28%58.43%-
XYZ14.9811.451.8-
YUV90.0684.52170.04-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 62.87%
GREEN value IS 75 (29.69% from 255) = 31.65%
BLUE value IS 13 (5.47% from 255) = 5.49%
R=62.87%
G=31.65%
B=5.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.91
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149751300.500.910.4227.3583.9531.76
Hex954BD0325B2A1b5420
Octal22511315062133523312440
Binary100101011001011110101100101011011101010110111010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954B0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,75,13); }

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

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

 a { background-color: rgb(149,75,13); }

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

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

 span { border-color: rgb(149,75,13); }

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