Html Css Color HEX #982A0A Burnt Umber

📋 copy color: '#982A0A'

red 152 ◦ green 42 ◦ blue 10

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

Shades of Burnt Umber #982A0A

Tints of Burnt Umber #982A0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4.9%

R = 74.51%
G = 20.59%
B = 4.9%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.93

 K value IS 0.40

RGB Variations

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

Color information

#982A0A (or 0x982A0A) is known color: Burnt Umber. HEX triplet: 98, 2A and 0A. RGB value is (152,42,10). Sum of RGB (Red+Green+Blue) = 152+42+10=204 (27% of max value = 765). Red value is 152 (59.77% from 255 or 74.51% from 204); Green value is 42 (16.80% from 255 or 20.59% from 204); Blue value is 10 (4.30% from 255 or 4.90% from 204); Max value from RGB is 152 - color contains mainly: red. Hex color #982A0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #982A0A is #67D5F5. Grayscale: #474747. Windows color (decimal): -6804982 or 666264. OLE color: 666264.

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

Color convert

RGB 152 42 10 -
CMYK 0 0.72 0.93 0.40
HSL 13.52º 0.88% 0.32% -
HSV(B) 13.52º 0.93% 0.6% -
XYZ 13.83 8.35 1.17 -
YUV 71.24 93.44 185.6 -
System Red Green Blue C M Y K H S L
Decimal 152 42 10 0 0.72 0.93 0.40 13.52 0.88 0.32
Hex 98 2A A 0 48 5D 28 E 58 20
Octal 230 52 12 0 110 135 50 16 130 40
Binary 10011000 101010 1010 0 1001000 1011101 101000 1110 1011000 100000

Color Harmonies of #982A0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982A0A

Black with #982A0A

Text Example


Text Example

White with #982A0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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