Html Css Color HEX #982D1A Burnt Umber

📋 copy color: '#982D1A'

red 152 ◦ green 45 ◦ blue 26

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

Shades of Burnt Umber #982D1A

Tints of Burnt Umber #982D1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 11.66%

R = 68.16%
G = 20.18%
B = 11.66%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.83

 K value IS 0.40

RGB Variations

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

Color information

#982D1A (or 0x982D1A) is known color: Burnt Umber. HEX triplet: 98, 2D and 1A. RGB value is (152,45,26). Sum of RGB (Red+Green+Blue) = 152+45+26=223 (29% of max value = 765). Red value is 152 (59.77% from 255 or 68.16% from 223); Green value is 45 (17.97% from 255 or 20.18% from 223); Blue value is 26 (10.55% from 255 or 11.66% from 223); Max value from RGB is 152 - color contains mainly: red. Hex color #982D1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #982D1A is #67D2E5. Grayscale: #4B4B4B. Windows color (decimal): -6804198 or 1715608. OLE color: 1715608.

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

Color convert

RGB 152 45 26 -
CMYK 0 0.70 0.83 0.40
HSL 9.05º 0.71% 0.35% -
HSV(B) 9.05º 0.83% 0.6% -
XYZ 14.07 8.63 1.9 -
YUV 74.83 100.45 183.04 -
System Red Green Blue C M Y K H S L
Decimal 152 45 26 0 0.70 0.83 0.40 9.05 0.71 0.35
Hex 98 2D 1A 0 46 53 28 9 47 23
Octal 230 55 32 0 106 123 50 11 107 43
Binary 10011000 101101 11010 0 1000110 1010011 101000 1001 1000111 100011

Color Harmonies of #982D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982D1A

Black with #982D1A

Text Example


Text Example

White with #982D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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