#954E04

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

Shades of Saddle Brown #954E04

Tints of Saddle Brown #954E04

Color information

#954E04 (or 0x954E04) is unknown color: approx Saddle Brown. HEX triplet: 95, 4E and 04. RGB value is (149,78,4). Sum of RGB (Red+Green+Blue) = 149+78+4=231 (30% of max value = 765). Red value is 149 (58.59% from 255 or 64.50% from 231); Green value is 78 (30.86% from 255 or 33.77% from 231); Blue value is 4 (1.95% from 255 or 1.73% from 231); Max value from RGB is 149 - color contains mainly: red. Hex color #954E04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #954E04 is #6AB1FB. Grayscale: #5B5B5B. Windows color (decimal): -6992380 or 282261. OLE color: 282261.

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

Color convert

RGB149784-
CMYK00.480.970.42
HSL30.62º94.77%30%-
HSV(B)30.62º97.32%58.43%-
XYZ15.1411.851.6-
YUV90.7979.02169.52-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 64.50%
GREEN value IS 78 (30.86% from 255) = 33.77%
BLUE value IS 4 (1.95% from 255) = 1.73%
R=64.50%
G=33.77%
B=1.73%

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
Decimal14978400.480.970.4230.6294.7730
Hex954E4030612A1f5f1e
Octal2251164060141523713736
Binary1001010110011101000110000110000110101011111101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954E04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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