#982A01

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

Shades of Saddle Brown #982A01

Tints of Saddle Brown #982A01

Color information

#982A01 (or 0x982A01) is unknown color: approx Saddle Brown. HEX triplet: 98, 2A and 01. RGB value is (152,42,1). Sum of RGB (Red+Green+Blue) = 152+42+1=195 (25% of max value = 765). Red value is 152 (59.77% from 255 or 77.95% from 195); Green value is 42 (16.80% from 255 or 21.54% from 195); Blue value is 1 (0.78% from 255 or 0.51% from 195); Max value from RGB is 152 - color contains mainly: red. Hex color #982A01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #982A01 is #67D5FE. Grayscale: #464646. Windows color (decimal): -6804991 or 76440. OLE color: 76440.

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

Color convert

RGB152421-
CMYK00.720.990.40
HSL16.29º98.69%30%-
HSV(B)16.29º99.34%59.61%-
XYZ13.788.330.91-
YUV70.2288.94186.33-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 77.95%
GREEN value IS 42 (16.80% from 255) = 21.54%
BLUE value IS 1 (0.78% from 255) = 0.51%
R=77.95%
G=21.54%
B=0.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.99
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15242100.720.990.4016.2998.6930
Hex982A1048632810631e
Octal2305210110143502014336
Binary10011000101010101001000110001110100010000110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982A01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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