#954C0D

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

Shades of Saddle Brown #954C0D

Tints of Saddle Brown #954C0D

Color information

#954C0D (or 0x954C0D) is unknown color: approx Saddle Brown. HEX triplet: 95, 4C and 0D. RGB value is (149,76,13). Sum of RGB (Red+Green+Blue) = 149+76+13=238 (31% of max value = 765). Red value is 149 (58.59% from 255 or 62.61% from 238); Green value is 76 (30.08% from 255 or 31.93% from 238); Blue value is 13 (5.47% from 255 or 5.46% from 238); Max value from RGB is 149 - color contains mainly: red. Hex color #954C0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #954C0D is #6AB3F2. Grayscale: #5A5A5A. Windows color (decimal): -6992883 or 871573. OLE color: 871573.

HSL color Cylindrical-coordinate representation of color #954C0D: hue angle of 27.79º 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 #954C0D is Cyan = 0, Magento = 0.49, Yellow = 0.91 and Black (K on CMYK) = 0.42.

Color convert

RGB1497613-
CMYK00.490.910.42
HSL27.79º83.95%31.76%-
HSV(B)27.79º91.28%58.43%-
XYZ15.0511.591.82-
YUV90.6484.18169.62-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 62.61%
GREEN value IS 76 (30.08% from 255) = 31.93%
BLUE value IS 13 (5.47% from 255) = 5.46%
R=62.61%
G=31.93%
B=5.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.91
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149761300.490.910.4227.7983.9531.76
Hex954CD0315B2A1c5420
Octal22511415061133523412440
Binary100101011001100110101100011011011101010111001010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954C0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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