Html Css Color HEX #982913 Burnt Umber

📋 copy color: '#982913'

red 152 ◦ green 41 ◦ blue 19

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

Shades of Burnt Umber #982913

Tints of Burnt Umber #982913

RGB

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

 GREEN value IS 41 (16.41% from 255) = 19.34%

 BLUE value IS 19 (7.81% from 255) = 8.96%

R = 71.7%
G = 19.34%
B = 8.96%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.87

 K value IS 0.40

RGB Variations

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

Color information

#982913 (or 0x982913) is known color: Burnt Umber. HEX triplet: 98, 29 and 13. RGB value is (152,41,19). Sum of RGB (Red+Green+Blue) = 152+41+19=212 (28% of max value = 765). Red value is 152 (59.77% from 255 or 71.70% from 212); Green value is 41 (16.41% from 255 or 19.34% from 212); Blue value is 19 (7.81% from 255 or 8.96% from 212); Max value from RGB is 152 - color contains mainly: red. Hex color #982913 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #982913 is #67D6EC. Grayscale: #474747. Windows color (decimal): -6805229 or 1255832. OLE color: 1255832.

HSL color Cylindrical-coordinate representation of color #982913: hue angle of 9.92º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #982913 is Cyan = 0, Magento = 0.73, Yellow = 0.87 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 41 19 -
CMYK 0 0.73 0.87 0.40
HSL 9.92º 0.78% 0.34% -
HSV(B) 9.92º 0.88% 0.6% -
XYZ 13.86 8.31 1.49 -
YUV 71.68 98.27 185.29 -
System Red Green Blue C M Y K H S L
Decimal 152 41 19 0 0.73 0.87 0.40 9.92 0.78 0.34
Hex 98 29 13 0 49 57 28 A 4E 22
Octal 230 51 23 0 111 127 50 12 116 42
Binary 10011000 101001 10011 0 1001001 1010111 101000 1010 1001110 100010

Color Harmonies of #982913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982913

Black with #982913

Text Example


Text Example

White with #982913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #982913; }

 p { color: rgb(152,41,19); }

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

background-color css

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

 a { background-color: rgb(152,41,19); }

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

border-color css

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

 span { border-color: rgb(152,41,19); }

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