Html Css Color HEX #982A0F Burnt Umber

📋 copy color: '#982A0F'

red 152 ◦ green 42 ◦ blue 15

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

Shades of Burnt Umber #982A0F

Tints of Burnt Umber #982A0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 7.18%

R = 72.73%
G = 20.1%
B = 7.18%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.90

 K value IS 0.40

RGB Variations

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

Color information

#982A0F (or 0x982A0F) is known color: Burnt Umber. HEX triplet: 98, 2A and 0F. RGB value is (152,42,15). Sum of RGB (Red+Green+Blue) = 152+42+15=209 (27% of max value = 765). Red value is 152 (59.77% from 255 or 72.73% from 209); Green value is 42 (16.80% from 255 or 20.10% from 209); Blue value is 15 (6.25% from 255 or 7.18% from 209); Max value from RGB is 152 - color contains mainly: red. Hex color #982A0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #982A0F is #67D5F0. Grayscale: #484848. Windows color (decimal): -6804977 or 993944. OLE color: 993944.

HSL color Cylindrical-coordinate representation of color #982A0F: hue angle of 11.82º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #982A0F is Cyan = 0, Magento = 0.72, Yellow = 0.90 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 42 15 -
CMYK 0 0.72 0.90 0.40
HSL 11.82º 0.82% 0.33% -
HSV(B) 11.82º 0.9% 0.6% -
XYZ 13.86 8.37 1.34 -
YUV 71.81 95.94 185.2 -
System Red Green Blue C M Y K H S L
Decimal 152 42 15 0 0.72 0.90 0.40 11.82 0.82 0.33
Hex 98 2A F 0 48 5A 28 C 52 21
Octal 230 52 17 0 110 132 50 14 122 41
Binary 10011000 101010 1111 0 1001000 1011010 101000 1100 1010010 100001

Color Harmonies of #982A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982A0F

Black with #982A0F

Text Example


Text Example

White with #982A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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