#954C03

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

Shades of Saddle Brown #954C03

Tints of Saddle Brown #954C03

Color information

#954C03 (or 0x954C03) is unknown color: approx Saddle Brown. HEX triplet: 95, 4C and 03. RGB value is (149,76,3). Sum of RGB (Red+Green+Blue) = 149+76+3=228 (30% of max value = 765). Red value is 149 (58.59% from 255 or 65.35% from 228); Green value is 76 (30.08% from 255 or 33.33% from 228); Blue value is 3 (1.56% from 255 or 1.32% from 228); Max value from RGB is 149 - color contains mainly: red. Hex color #954C03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #954C03 is #6AB3FC. Grayscale: #595959. Windows color (decimal): -6992893 or 216213. OLE color: 216213.

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

Color convert

RGB149763-
CMYK00.490.980.42
HSL30º96.05%29.8%-
HSV(B)30º97.99%58.43%-
XYZ1511.571.53-
YUV89.579.18170.44-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 65.35%
GREEN value IS 76 (30.08% from 255) = 33.33%
BLUE value IS 3 (1.56% from 255) = 1.32%
R=65.35%
G=33.33%
B=1.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.98
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14976300.490.980.423096.0529.8
Hex954C3031622A1e601e
Octal2251143061142523614036
Binary100101011001100110110001110001010101011110110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954C03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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