#982601

Color #982601 Burnt Umber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burnt Umber #982601

Tints of Burnt Umber #982601

Color information

#982601 (or 0x982601) is unknown color: approx Burnt Umber. HEX triplet: 98, 26 and 01. RGB value is (152,38,1). Sum of RGB (Red+Green+Blue) = 152+38+1=191 (25% of max value = 765). Red value is 152 (59.77% from 255 or 79.58% from 191); Green value is 38 (15.23% from 255 or 19.90% from 191); Blue value is 1 (0.78% from 255 or 0.52% from 191); Max value from RGB is 152 - color contains mainly: red. Hex color #982601 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #982601 is #67D9FE. Grayscale: #444444. Windows color (decimal): -6806015 or 75416. OLE color: 75416.

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

Color convert

RGB152381-
CMYK00.750.990.40
HSL14.7º98.69%30%-
HSV(B)14.7º99.34%59.61%-
XYZ13.658.060.87-
YUV67.8790.27188.01-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 79.58%
GREEN value IS 38 (15.23% from 255) = 19.90%
BLUE value IS 1 (0.78% from 255) = 0.52%
R=79.58%
G=19.90%
B=0.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.99
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15238100.750.990.4014.798.6930
Hex9826104B6328f631e
Octal2304610113143501714336
Binary1001100010011010100101111000111010001111110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #982601; }

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

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

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

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

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

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

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

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