Html Css Color HEX #982F18 Burnt Umber

📋 copy color: '#982F18'

red 152 ◦ green 47 ◦ blue 24

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

Shades of Burnt Umber #982F18

Tints of Burnt Umber #982F18

RGB

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

 GREEN value IS 47 (18.75% from 255) = 21.08%

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

R = 68.16%
G = 21.08%
B = 10.76%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.84

 K value IS 0.40

RGB Variations

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

Color information

#982F18 (or 0x982F18) is known color: Burnt Umber. HEX triplet: 98, 2F and 18. RGB value is (152,47,24). Sum of RGB (Red+Green+Blue) = 152+47+24=223 (29% of max value = 765). Red value is 152 (59.77% from 255 or 68.16% from 223); Green value is 47 (18.75% from 255 or 21.08% from 223); Blue value is 24 (9.77% from 255 or 10.76% from 223); Max value from RGB is 152 - color contains mainly: red. Hex color #982F18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #982F18 is #67D0E7. Grayscale: #4B4B4B. Windows color (decimal): -6803688 or 1585048. OLE color: 1585048.

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

Color convert

RGB 152 47 24 -
CMYK 0 0.69 0.84 0.40
HSL 10.78º 0.73% 0.35% -
HSV(B) 10.78º 0.84% 0.6% -
XYZ 14.13 8.77 1.81 -
YUV 75.77 98.79 182.37 -
System Red Green Blue C M Y K H S L
Decimal 152 47 24 0 0.69 0.84 0.40 10.78 0.73 0.35
Hex 98 2F 18 0 45 54 28 B 49 23
Octal 230 57 30 0 105 124 50 13 111 43
Binary 10011000 101111 11000 0 1000101 1010100 101000 1011 1001001 100011

Color Harmonies of #982F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982F18

Black with #982F18

Text Example


Text Example

White with #982F18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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