Html Css Color HEX #982D0C Burnt Umber

📋 copy color: '#982D0C'

red 152 ◦ green 45 ◦ blue 12

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

Shades of Burnt Umber #982D0C

Tints of Burnt Umber #982D0C

RGB

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

 GREEN value IS 45 (17.97% from 255) = 21.53%

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

R = 72.73%
G = 21.53%
B = 5.74%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.92

 K value IS 0.40

RGB Variations

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

Color information

#982D0C (or 0x982D0C) is known color: Burnt Umber. HEX triplet: 98, 2D and 0C. RGB value is (152,45,12). Sum of RGB (Red+Green+Blue) = 152+45+12=209 (27% of max value = 765). Red value is 152 (59.77% from 255 or 72.73% from 209); Green value is 45 (17.97% from 255 or 21.53% from 209); Blue value is 12 (5.08% from 255 or 5.74% from 209); Max value from RGB is 152 - color contains mainly: red. Hex color #982D0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #982D0C is #67D2F3. Grayscale: #494949. Windows color (decimal): -6804212 or 798104. OLE color: 798104.

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

Color convert

RGB 152 45 12 -
CMYK 0 0.70 0.92 0.40
HSL 14.14º 0.85% 0.32% -
HSV(B) 14.14º 0.92% 0.6% -
XYZ 13.95 8.58 1.27 -
YUV 73.23 93.45 184.18 -
System Red Green Blue C M Y K H S L
Decimal 152 45 12 0 0.70 0.92 0.40 14.14 0.85 0.32
Hex 98 2D C 0 46 5C 28 E 55 20
Octal 230 55 14 0 106 134 50 16 125 40
Binary 10011000 101101 1100 0 1000110 1011100 101000 1110 1010101 100000

Color Harmonies of #982D0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982D0C

Black with #982D0C

Text Example


Text Example

White with #982D0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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