Html Css Color HEX #982601 Burnt Umber

📋 copy color: '#982601'

red 152 ◦ green 38 ◦ blue 1

#982601
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Burnt Umber #982601

Tints of Burnt Umber #982601

RGB

 RED value IS 152 (59.77% from 255) = 79.58%

 GREEN value IS 38 (15.23% from 255) = 19.9%

 BLUE value IS 1 (0.78% from 255) = 0.52%

R = 79.58%
G = 19.9%
B = 0.52%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.99

 K value IS 0.40

RGB Variations

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

Color information

#982601 (or 0x982601) is known color: 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

RGB 152 38 1 -
CMYK 0 0.75 0.99 0.40
HSL 14.7º 0.99% 0.3% -
HSV(B) 14.7º 0.99% 0.6% -
XYZ 13.65 8.06 0.87 -
YUV 67.87 90.27 188.01 -
System Red Green Blue C M Y K H S L
Decimal 152 38 1 0 0.75 0.99 0.40 14.7 0.99 0.3
Hex 98 26 1 0 4B 63 28 F 63 1E
Octal 230 46 1 0 113 143 50 17 143 36
Binary 10011000 100110 1 0 1001011 1100011 101000 1111 1100011 11110

Color Harmonies of #982601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982601

Black with #982601

Text Example


Text Example

White with #982601

Text Example


Text Example

HTML Codes & Css Web 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>