Html Css Color HEX #982A0C Burnt Umber

📋 copy color: '#982A0C'

red 152 ◦ green 42 ◦ blue 12

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

Shades of Burnt Umber #982A0C

Tints of Burnt Umber #982A0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5.83%

R = 73.79%
G = 20.39%
B = 5.83%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.92

 K value IS 0.40

RGB Variations

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

Color information

#982A0C (or 0x982A0C) is known color: Burnt Umber. HEX triplet: 98, 2A and 0C. RGB value is (152,42,12). Sum of RGB (Red+Green+Blue) = 152+42+12=206 (27% of max value = 765). Red value is 152 (59.77% from 255 or 73.79% from 206); Green value is 42 (16.80% from 255 or 20.39% from 206); Blue value is 12 (5.08% from 255 or 5.83% from 206); Max value from RGB is 152 - color contains mainly: red. Hex color #982A0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #982A0C is #67D5F3. Grayscale: #474747. Windows color (decimal): -6804980 or 797336. OLE color: 797336.

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

Color convert

RGB 152 42 12 -
CMYK 0 0.72 0.92 0.40
HSL 12.86º 0.85% 0.32% -
HSV(B) 12.86º 0.92% 0.6% -
XYZ 13.84 8.36 1.23 -
YUV 71.47 94.44 185.44 -
System Red Green Blue C M Y K H S L
Decimal 152 42 12 0 0.72 0.92 0.40 12.86 0.85 0.32
Hex 98 2A C 0 48 5C 28 D 55 20
Octal 230 52 14 0 110 134 50 15 125 40
Binary 10011000 101010 1100 0 1001000 1011100 101000 1101 1010101 100000

Color Harmonies of #982A0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982A0C

Black with #982A0C

Text Example


Text Example

White with #982A0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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