#954D04

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

Shades of Saddle Brown #954D04

Tints of Saddle Brown #954D04

Color information

#954D04 (or 0x954D04) is unknown color: approx Saddle Brown. HEX triplet: 95, 4D and 04. RGB value is (149,77,4). Sum of RGB (Red+Green+Blue) = 149+77+4=230 (30% of max value = 765). Red value is 149 (58.59% from 255 or 64.78% from 230); Green value is 77 (30.47% from 255 or 33.48% from 230); Blue value is 4 (1.95% from 255 or 1.74% from 230); Max value from RGB is 149 - color contains mainly: red. Hex color #954D04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #954D04 is #6AB2FB. Grayscale: #5A5A5A. Windows color (decimal): -6992636 or 282005. OLE color: 282005.

HSL color Cylindrical-coordinate representation of color #954D04: hue angle of 30.21º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #954D04 is Cyan = 0, Magento = 0.48, Yellow = 0.97 and Black (K on CMYK) = 0.42.

Color convert

RGB149774-
CMYK00.480.970.42
HSL30.21º94.77%30%-
HSV(B)30.21º97.32%58.43%-
XYZ15.0711.711.58-
YUV90.2179.35169.94-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 64.78%
GREEN value IS 77 (30.47% from 255) = 33.48%
BLUE value IS 4 (1.95% from 255) = 1.74%
R=64.78%
G=33.48%
B=1.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.97
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14977400.480.970.4230.2194.7730
Hex954D4030612A1e5f1e
Octal2251154060141523613736
Binary1001010110011011000110000110000110101011110101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954D04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,77,4); }

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

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

 a { background-color: rgb(149,77,4); }

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

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

 span { border-color: rgb(149,77,4); }

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