#982E03

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

Shades of Saddle Brown #982E03

Tints of Saddle Brown #982E03

Color information

#982E03 (or 0x982E03) is unknown color: approx Saddle Brown. HEX triplet: 98, 2E and 03. RGB value is (152,46,3). Sum of RGB (Red+Green+Blue) = 152+46+3=201 (26% of max value = 765). Red value is 152 (59.77% from 255 or 75.62% from 201); Green value is 46 (18.36% from 255 or 22.89% from 201); Blue value is 3 (1.56% from 255 or 1.49% from 201); Max value from RGB is 152 - color contains mainly: red. Hex color #982E03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #982E03 is #67D1FC. Grayscale: #494949. Windows color (decimal): -6803965 or 208536. OLE color: 208536.

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

Color convert

RGB152463-
CMYK00.700.980.40
HSL17.32º96.13%30.39%-
HSV(B)17.32º98.03%59.61%-
XYZ13.948.641.02-
YUV72.7988.62184.5-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 75.62%
GREEN value IS 46 (18.36% from 255) = 22.89%
BLUE value IS 3 (1.56% from 255) = 1.49%
R=75.62%
G=22.89%
B=1.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.98
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15246300.700.980.4017.3296.1330.39
Hex982E3046622811601e
Octal2305630106142502114036
Binary100110001011101101000110110001010100010001110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982E03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,46,3); }

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

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

 a { background-color: rgb(152,46,3); }

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

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

 span { border-color: rgb(152,46,3); }

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