#984D02

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

Shades of Saddle Brown #984D02

Tints of Saddle Brown #984D02

Color information

#984D02 (or 0x984D02) is unknown color: approx Saddle Brown. HEX triplet: 98, 4D and 02. RGB value is (152,77,2). Sum of RGB (Red+Green+Blue) = 152+77+2=231 (30% of max value = 765). Red value is 152 (59.77% from 255 or 65.80% from 231); Green value is 77 (30.47% from 255 or 33.33% from 231); Blue value is 2 (1.17% from 255 or 0.87% from 231); Max value from RGB is 152 - color contains mainly: red. Hex color #984D02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #984D02 is #67B2FD. Grayscale: #5B5B5B. Windows color (decimal): -6796030 or 150936. OLE color: 150936.

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

Color convert

RGB152772-
CMYK00.490.990.40
HSL30º97.4%30.2%-
HSV(B)30º98.68%59.61%-
XYZ15.6111.991.55-
YUV90.8777.85171.6-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 65.80%
GREEN value IS 77 (30.47% from 255) = 33.33%
BLUE value IS 2 (1.17% from 255) = 0.87%
R=65.80%
G=33.33%
B=0.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.99
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15277200.490.990.403097.430.2
Hex984D203163281e611e
Octal2301152061143503614136
Binary100110001001101100110001110001110100011110110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984D02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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