Html Css Color HEX #982A0D Burnt Umber

📋 copy color: '#982A0D'

red 152 ◦ green 42 ◦ blue 13

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

Shades of Burnt Umber #982A0D

Tints of Burnt Umber #982A0D

RGB

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

 GREEN value IS 42 (16.8% from 255) = 20.29%

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

R = 73.43%
G = 20.29%
B = 6.28%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.91

 K value IS 0.40

RGB Variations

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

Color information

#982A0D (or 0x982A0D) is known color: Burnt Umber. HEX triplet: 98, 2A and 0D. RGB value is (152,42,13). Sum of RGB (Red+Green+Blue) = 152+42+13=207 (27% of max value = 765). Red value is 152 (59.77% from 255 or 73.43% from 207); Green value is 42 (16.80% from 255 or 20.29% from 207); Blue value is 13 (5.47% from 255 or 6.28% from 207); Max value from RGB is 152 - color contains mainly: red. Hex color #982A0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #982A0D is #67D5F2. Grayscale: #474747. Windows color (decimal): -6804979 or 862872. OLE color: 862872.

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

Color convert

RGB 152 42 13 -
CMYK 0 0.72 0.91 0.40
HSL 12.52º 0.84% 0.32% -
HSV(B) 12.52º 0.91% 0.6% -
XYZ 13.85 8.36 1.26 -
YUV 71.58 94.94 185.36 -
System Red Green Blue C M Y K H S L
Decimal 152 42 13 0 0.72 0.91 0.40 12.52 0.84 0.32
Hex 98 2A D 0 48 5B 28 D 54 20
Octal 230 52 15 0 110 133 50 15 124 40
Binary 10011000 101010 1101 0 1001000 1011011 101000 1101 1010100 100000

Color Harmonies of #982A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982A0D

Black with #982A0D

Text Example


Text Example

White with #982A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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