Html Css Color HEX #982E0D Burnt Umber

📋 copy color: '#982E0D'

red 152 ◦ green 46 ◦ blue 13

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

Shades of Burnt Umber #982E0D

Tints of Burnt Umber #982E0D

RGB

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

 GREEN value IS 46 (18.36% from 255) = 21.8%

 BLUE value IS 13 (5.47% from 255) = 6.16%

R = 72.04%
G = 21.8%
B = 6.16%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.91

 K value IS 0.40

RGB Variations

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

Color information

#982E0D (or 0x982E0D) is known color: Burnt Umber. HEX triplet: 98, 2E and 0D. RGB value is (152,46,13). Sum of RGB (Red+Green+Blue) = 152+46+13=211 (27% of max value = 765). Red value is 152 (59.77% from 255 or 72.04% from 211); Green value is 46 (18.36% from 255 or 21.80% from 211); Blue value is 13 (5.47% from 255 or 6.16% from 211); Max value from RGB is 152 - color contains mainly: red. Hex color #982E0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #982E0D is #67D1F2. Grayscale: #4A4A4A. Windows color (decimal): -6803955 or 863896. OLE color: 863896.

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

Color convert

RGB 152 46 13 -
CMYK 0 0.70 0.91 0.40
HSL 14.24º 0.84% 0.32% -
HSV(B) 14.24º 0.91% 0.6% -
XYZ 14 8.66 1.31 -
YUV 73.93 93.62 183.68 -
System Red Green Blue C M Y K H S L
Decimal 152 46 13 0 0.70 0.91 0.40 14.24 0.84 0.32
Hex 98 2E D 0 46 5B 28 E 54 20
Octal 230 56 15 0 106 133 50 16 124 40
Binary 10011000 101110 1101 0 1000110 1011011 101000 1110 1010100 100000

Color Harmonies of #982E0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982E0D

Black with #982E0D

Text Example


Text Example

White with #982E0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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