Html Css Color HEX #982A0B Burnt Umber

📋 copy color: '#982A0B'

red 152 ◦ green 42 ◦ blue 11

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

Shades of Burnt Umber #982A0B

Tints of Burnt Umber #982A0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 5.37%

R = 74.15%
G = 20.49%
B = 5.37%

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

#982A0B (or 0x982A0B) is known color: Burnt Umber. HEX triplet: 98, 2A and 0B. RGB value is (152,42,11). Sum of RGB (Red+Green+Blue) = 152+42+11=205 (27% of max value = 765). Red value is 152 (59.77% from 255 or 74.15% from 205); Green value is 42 (16.80% from 255 or 20.49% from 205); Blue value is 11 (4.69% from 255 or 5.37% from 205); Max value from RGB is 152 - color contains mainly: red. Hex color #982A0B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #982A0B is #67D5F4. Grayscale: #474747. Windows color (decimal): -6804981 or 731800. OLE color: 731800.

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

Color convert

RGB 152 42 11 -
CMYK 0 0.72 0.93 0.40
HSL 13.19º 0.87% 0.32% -
HSV(B) 13.19º 0.93% 0.6% -
XYZ 13.84 8.36 1.2 -
YUV 71.36 93.94 185.52 -
System Red Green Blue C M Y K H S L
Decimal 152 42 11 0 0.72 0.93 0.40 13.19 0.87 0.32
Hex 98 2A B 0 48 5D 28 D 57 20
Octal 230 52 13 0 110 135 50 15 127 40
Binary 10011000 101010 1011 0 1001000 1011101 101000 1101 1010111 100000

Color Harmonies of #982A0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982A0B

Black with #982A0B

Text Example


Text Example

White with #982A0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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