#954D02

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

Shades of Saddle Brown #954D02

Tints of Saddle Brown #954D02

Color information

#954D02 (or 0x954D02) is unknown color: approx Saddle Brown. HEX triplet: 95, 4D and 02. RGB value is (149,77,2). Sum of RGB (Red+Green+Blue) = 149+77+2=228 (30% of max value = 765). Red value is 149 (58.59% from 255 or 65.35% from 228); Green value is 77 (30.47% from 255 or 33.77% from 228); Blue value is 2 (1.17% from 255 or 0.88% from 228); Max value from RGB is 149 - color contains mainly: red. Hex color #954D02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #954D02 is #6AB2FD. Grayscale: #5A5A5A. Windows color (decimal): -6992638 or 150933. OLE color: 150933.

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

Color convert

RGB149772-
CMYK00.480.990.42
HSL30.61º97.35%29.61%-
HSV(B)30.61º98.66%58.43%-
XYZ15.0611.71.52-
YUV89.9878.35170.1-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 65.35%
GREEN value IS 77 (30.47% from 255) = 33.77%
BLUE value IS 2 (1.17% from 255) = 0.88%
R=65.35%
G=33.77%
B=0.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.99
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14977200.480.990.4230.6197.3529.61
Hex954D2030632A1f611e
Octal2251152060143523714136
Binary100101011001101100110000110001110101011111110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954D02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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