#954A04

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

Shades of Saddle Brown #954A04

Tints of Saddle Brown #954A04

Color information

#954A04 (or 0x954A04) is unknown color: approx Saddle Brown. HEX triplet: 95, 4A and 04. RGB value is (149,74,4). Sum of RGB (Red+Green+Blue) = 149+74+4=227 (30% of max value = 765). Red value is 149 (58.59% from 255 or 65.64% from 227); Green value is 74 (29.30% from 255 or 32.60% from 227); Blue value is 4 (1.95% from 255 or 1.76% from 227); Max value from RGB is 149 - color contains mainly: red. Hex color #954A04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #954A04 is #6AB5FB. Grayscale: #585858. Windows color (decimal): -6993404 or 281237. OLE color: 281237.

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

Color convert

RGB149744-
CMYK00.500.970.42
HSL28.97º94.77%30%-
HSV(B)28.97º97.32%58.43%-
XYZ14.8711.31.51-
YUV88.4480.35171.19-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 65.64%
GREEN value IS 74 (29.30% from 255) = 32.60%
BLUE value IS 4 (1.95% from 255) = 1.76%
R=65.64%
G=32.60%
B=1.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.97
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14974400.500.970.4228.9794.7730
Hex954A4032612A1d5f1e
Octal2251124062141523513736
Binary1001010110010101000110010110000110101011101101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954A04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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