Html Css Color HEX #982C18 Burnt Umber

📋 copy color: '#982C18'

red 152 ◦ green 44 ◦ blue 24

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

Shades of Burnt Umber #982C18

Tints of Burnt Umber #982C18

RGB

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

 GREEN value IS 44 (17.58% from 255) = 20%

 BLUE value IS 24 (9.77% from 255) = 10.91%

R = 69.09%
G = 20%
B = 10.91%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.84

 K value IS 0.40

RGB Variations

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

Color information

#982C18 (or 0x982C18) is known color: Burnt Umber. HEX triplet: 98, 2C and 18. RGB value is (152,44,24). Sum of RGB (Red+Green+Blue) = 152+44+24=220 (29% of max value = 765). Red value is 152 (59.77% from 255 or 69.09% from 220); Green value is 44 (17.58% from 255 or 20% from 220); Blue value is 24 (9.77% from 255 or 10.91% from 220); Max value from RGB is 152 - color contains mainly: red. Hex color #982C18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #982C18 is #67D3E7. Grayscale: #4A4A4A. Windows color (decimal): -6804456 or 1584280. OLE color: 1584280.

HSL color Cylindrical-coordinate representation of color #982C18: hue angle of 9.38º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #982C18 is Cyan = 0, Magento = 0.71, Yellow = 0.84 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 44 24 -
CMYK 0 0.71 0.84 0.40
HSL 9.38º 0.73% 0.35% -
HSV(B) 9.38º 0.84% 0.6% -
XYZ 14.01 8.54 1.77 -
YUV 74.01 99.78 183.63 -
System Red Green Blue C M Y K H S L
Decimal 152 44 24 0 0.71 0.84 0.40 9.38 0.73 0.35
Hex 98 2C 18 0 47 54 28 9 49 23
Octal 230 54 30 0 107 124 50 11 111 43
Binary 10011000 101100 11000 0 1000111 1010100 101000 1001 1001001 100011

Color Harmonies of #982C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982C18

Black with #982C18

Text Example


Text Example

White with #982C18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #982C18;
 }
 .AnyTagClassName
 {
   color: #982C18;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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