Html Css Color HEX #982C0C Burnt Umber

📋 copy color: '#982C0C'

red 152 ◦ green 44 ◦ blue 12

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

Shades of Burnt Umber #982C0C

Tints of Burnt Umber #982C0C

RGB

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

 GREEN value IS 44 (17.58% from 255) = 21.15%

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

R = 73.08%
G = 21.15%
B = 5.77%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.92

 K value IS 0.40

RGB Variations

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

Color information

#982C0C (or 0x982C0C) is known color: Burnt Umber. HEX triplet: 98, 2C and 0C. RGB value is (152,44,12). Sum of RGB (Red+Green+Blue) = 152+44+12=208 (27% of max value = 765). Red value is 152 (59.77% from 255 or 73.08% from 208); Green value is 44 (17.58% from 255 or 21.15% from 208); Blue value is 12 (5.08% from 255 or 5.77% from 208); Max value from RGB is 152 - color contains mainly: red. Hex color #982C0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #982C0C is #67D3F3. Grayscale: #484848. Windows color (decimal): -6804468 or 797848. OLE color: 797848.

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

Color convert

RGB 152 44 12 -
CMYK 0 0.71 0.92 0.40
HSL 13.71º 0.85% 0.32% -
HSV(B) 13.71º 0.92% 0.6% -
XYZ 13.92 8.5 1.26 -
YUV 72.64 93.78 184.6 -
System Red Green Blue C M Y K H S L
Decimal 152 44 12 0 0.71 0.92 0.40 13.71 0.85 0.32
Hex 98 2C C 0 47 5C 28 E 55 20
Octal 230 54 14 0 107 134 50 16 125 40
Binary 10011000 101100 1100 0 1000111 1011100 101000 1110 1010101 100000

Color Harmonies of #982C0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982C0C

Black with #982C0C

Text Example


Text Example

White with #982C0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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