#982D00

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

Shades of Saddle Brown #982D00

Tints of Saddle Brown #982D00

Color information

#982D00 (or 0x982D00) is unknown color: approx Saddle Brown. HEX triplet: 98, 2D and 00. RGB value is (152,45,0). Sum of RGB (Red+Green+Blue) = 152+45+0=197 (26% of max value = 765). Red value is 152 (59.77% from 255 or 77.16% from 197); Green value is 45 (17.97% from 255 or 22.84% from 197); Blue value is 0 (0.39% from 255 or 0% from 197); Max value from RGB is 152 - color contains mainly: red. Hex color #982D00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #982D00 is #67D2FF. Grayscale: #484848. Windows color (decimal): -6804224 or 11672. OLE color: 11672.

HSL color Cylindrical-coordinate representation of color #982D00: hue angle of 17.76º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #982D00 is Cyan = 0, Magento = 0.70, Yellow = 1 and Black (K on CMYK) = 0.40.

Color convert

RGB152450-
CMYK00.7010.40
HSL17.76º100%29.8%-
HSV(B)17.76º100%59.61%-
XYZ13.898.550.92-
YUV71.8687.45185.16-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 77.16%
GREEN value IS 45 (17.97% from 255) = 22.84%
BLUE value IS 0 (0.39% from 255) = 0%
R=77.16%
G=22.84%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 1
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15245000.7010.4017.7610029.8
Hex982D0046642812641e
Octal2305500106144502214436
Binary10011000101101001000110110010010100010010110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982D00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #982D00; }

 p { color: rgb(152,45,0); }

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

<style>
 a { background-color: #982D00; }

 a { background-color: rgb(152,45,0); }

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

<style>
 span { border-color: #982D00; }

 span { border-color: rgb(152,45,0); }

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