#982C02

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

Shades of Saddle Brown #982C02

Tints of Saddle Brown #982C02

Color information

#982C02 (or 0x982C02) is unknown color: approx Saddle Brown. HEX triplet: 98, 2C and 02. RGB value is (152,44,2). Sum of RGB (Red+Green+Blue) = 152+44+2=198 (26% of max value = 765). Red value is 152 (59.77% from 255 or 76.77% from 198); Green value is 44 (17.58% from 255 or 22.22% from 198); Blue value is 2 (1.17% from 255 or 1.01% from 198); Max value from RGB is 152 - color contains mainly: red. Hex color #982C02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #982C02 is #67D3FD. Grayscale: #474747. Windows color (decimal): -6804478 or 142488. OLE color: 142488.

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

Color convert

RGB152442-
CMYK00.710.990.40
HSL16.8º97.4%30.2%-
HSV(B)16.8º98.68%59.61%-
XYZ13.868.480.96-
YUV71.588.78185.42-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 76.77%
GREEN value IS 44 (17.58% from 255) = 22.22%
BLUE value IS 2 (1.17% from 255) = 1.01%
R=76.77%
G=22.22%
B=1.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.99
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15244200.710.990.4016.897.430.2
Hex982C2047632811611e
Octal2305420107143502114136
Binary100110001011001001000111110001110100010001110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982C02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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