Html Css Color HEX #982D13 Burnt Umber

📋 copy color: '#982D13'

red 152 ◦ green 45 ◦ blue 19

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

Shades of Burnt Umber #982D13

Tints of Burnt Umber #982D13

RGB

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

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

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

R = 70.37%
G = 20.83%
B = 8.8%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.87

 K value IS 0.40

RGB Variations

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

Color information

#982D13 (or 0x982D13) is known color: Burnt Umber. HEX triplet: 98, 2D and 13. RGB value is (152,45,19). Sum of RGB (Red+Green+Blue) = 152+45+19=216 (28% of max value = 765). Red value is 152 (59.77% from 255 or 70.37% from 216); Green value is 45 (17.97% from 255 or 20.83% from 216); Blue value is 19 (7.81% from 255 or 8.80% from 216); Max value from RGB is 152 - color contains mainly: red. Hex color #982D13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #982D13 is #67D2EC. Grayscale: #4A4A4A. Windows color (decimal): -6804205 or 1256856. OLE color: 1256856.

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

Color convert

RGB 152 45 19 -
CMYK 0 0.70 0.87 0.40
HSL 11.73º 0.78% 0.34% -
HSV(B) 11.73º 0.88% 0.6% -
XYZ 14 8.6 1.54 -
YUV 74.03 96.95 183.61 -
System Red Green Blue C M Y K H S L
Decimal 152 45 19 0 0.70 0.87 0.40 11.73 0.78 0.34
Hex 98 2D 13 0 46 57 28 C 4E 22
Octal 230 55 23 0 106 127 50 14 116 42
Binary 10011000 101101 10011 0 1000110 1010111 101000 1100 1001110 100010

Color Harmonies of #982D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982D13

Black with #982D13

Text Example


Text Example

White with #982D13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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