#954C02

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

Shades of Saddle Brown #954C02

Tints of Saddle Brown #954C02

Color information

#954C02 (or 0x954C02) is unknown color: approx Saddle Brown. HEX triplet: 95, 4C and 02. RGB value is (149,76,2). Sum of RGB (Red+Green+Blue) = 149+76+2=227 (30% of max value = 765). Red value is 149 (58.59% from 255 or 65.64% from 227); Green value is 76 (30.08% from 255 or 33.48% from 227); Blue value is 2 (1.17% from 255 or 0.88% from 227); Max value from RGB is 149 - color contains mainly: red. Hex color #954C02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #954C02 is #6AB3FD. Grayscale: #595959. Windows color (decimal): -6992894 or 150677. OLE color: 150677.

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

Color convert

RGB149762-
CMYK00.490.990.42
HSL30.2º97.35%29.61%-
HSV(B)30.2º98.66%58.43%-
XYZ14.9911.561.5-
YUV89.3978.68170.52-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 65.64%
GREEN value IS 76 (30.08% from 255) = 33.48%
BLUE value IS 2 (1.17% from 255) = 0.88%
R=65.64%
G=33.48%
B=0.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.99
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14976200.490.990.4230.297.3529.61
Hex954C2031632A1e611e
Octal2251142061143523614136
Binary100101011001100100110001110001110101011110110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954C02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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