Html Css Color HEX #982C08 Burnt Umber

📋 copy color: '#982C08'

red 152 ◦ green 44 ◦ blue 8

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

Shades of Burnt Umber #982C08

Tints of Burnt Umber #982C08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.92%

R = 74.51%
G = 21.57%
B = 3.92%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.95

 K value IS 0.40

RGB Variations

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

Color information

#982C08 (or 0x982C08) is known color: Burnt Umber. HEX triplet: 98, 2C and 08. RGB value is (152,44,8). Sum of RGB (Red+Green+Blue) = 152+44+8=204 (27% of max value = 765). Red value is 152 (59.77% from 255 or 74.51% from 204); Green value is 44 (17.58% from 255 or 21.57% from 204); Blue value is 8 (3.52% from 255 or 3.92% from 204); Max value from RGB is 152 - color contains mainly: red. Hex color #982C08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #982C08 is #67D3F7. Grayscale: #484848. Windows color (decimal): -6804472 or 535704. OLE color: 535704.

HSL color Cylindrical-coordinate representation of color #982C08: hue angle of 15º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #982C08 is Cyan = 0, Magento = 0.71, Yellow = 0.95 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 44 8 -
CMYK 0 0.71 0.95 0.40
HSL 15º 0.9% 0.31% -
HSV(B) 15º 0.95% 0.6% -
XYZ 13.89 8.49 1.14 -
YUV 72.19 91.78 184.93 -
System Red Green Blue C M Y K H S L
Decimal 152 44 8 0 0.71 0.95 0.40 15 0.9 0.31
Hex 98 2C 8 0 47 5F 28 F 5A 1F
Octal 230 54 10 0 107 137 50 17 132 37
Binary 10011000 101100 1000 0 1000111 1011111 101000 1111 1011010 11111

Color Harmonies of #982C08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982C08

Black with #982C08

Text Example


Text Example

White with #982C08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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