#982801

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

Shades of Saddle Brown #982801

Tints of Saddle Brown #982801

Color information

#982801 (or 0x982801) is unknown color: approx Saddle Brown. HEX triplet: 98, 28 and 01. RGB value is (152,40,1). Sum of RGB (Red+Green+Blue) = 152+40+1=193 (25% of max value = 765). Red value is 152 (59.77% from 255 or 78.76% from 193); Green value is 40 (16.02% from 255 or 20.73% from 193); Blue value is 1 (0.78% from 255 or 0.52% from 193); Max value from RGB is 152 - color contains mainly: red. Hex color #982801 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #982801 is #67D7FE. Grayscale: #454545. Windows color (decimal): -6805503 or 75928. OLE color: 75928.

HSL color Cylindrical-coordinate representation of color #982801: hue angle of 15.5º degrees, saturation: 0.99, 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 #982801 is Cyan = 0, Magento = 0.74, Yellow = 0.99 and Black (K on CMYK) = 0.40.

Color convert

RGB152401-
CMYK00.740.990.40
HSL15.5º98.69%30%-
HSV(B)15.5º99.34%59.61%-
XYZ13.718.20.89-
YUV69.0489.61187.17-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 78.76%
GREEN value IS 40 (16.02% from 255) = 20.73%
BLUE value IS 1 (0.78% from 255) = 0.52%
R=78.76%
G=20.73%
B=0.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.99
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15240100.740.990.4015.598.6930
Hex9828104A6328f631e
Octal2305010112143501714336
Binary1001100010100010100101011000111010001111110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #982801; }

 p { color: rgb(152,40,1); }

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

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

 a { background-color: rgb(152,40,1); }

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

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

 span { border-color: rgb(152,40,1); }

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