Html Css Color HEX #82371A Burnt Umber

📋 copy color: '#82371A'

red 130 ◦ green 55 ◦ blue 26

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

Shades of Burnt Umber #82371A

Tints of Burnt Umber #82371A

RGB

 RED value IS 130 (51.17% from 255) = 61.61%

 GREEN value IS 55 (21.88% from 255) = 26.07%

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

R = 61.61%
G = 26.07%
B = 12.32%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.8

 K value IS 0.49

RGB Variations

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

Color information

#82371A (or 0x82371A) is known color: Burnt Umber. HEX triplet: 82, 37 and 1A. RGB value is (130,55,26). Sum of RGB (Red+Green+Blue) = 130+55+26=211 (27% of max value = 765). Red value is 130 (51.17% from 255 or 61.61% from 211); Green value is 55 (21.88% from 255 or 26.07% from 211); Blue value is 26 (10.55% from 255 or 12.32% from 211); Max value from RGB is 130 - color contains mainly: red. Hex color #82371A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82371A is #7DC8E5. Grayscale: #4A4A4A. Windows color (decimal): -8243430 or 1718146. OLE color: 1718146.

HSL color Cylindrical-coordinate representation of color #82371A: hue angle of 16.73º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #82371A is Cyan = 0, Magento = 0.58, Yellow = 0.8 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 55 26 -
CMYK 0 0.58 0.8 0.49
HSL 16.73º 0.67% 0.31% -
HSV(B) 16.73º 0.8% 0.51% -
XYZ 10.76 7.55 1.87 -
YUV 74.12 100.85 167.86 -
System Red Green Blue C M Y K H S L
Decimal 130 55 26 0 0.58 0.8 0.49 16.73 0.67 0.31
Hex 82 37 1A 0 3A 50 31 11 43 1F
Octal 202 67 32 0 72 120 61 21 103 37
Binary 10000010 110111 11010 0 111010 1010000 110001 10001 1000011 11111

Color Harmonies of #82371A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82371A

Black with #82371A

Text Example


Text Example

White with #82371A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82371A; }

 p { color: rgb(130,55,26); }

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

background-color css

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

 a { background-color: rgb(130,55,26); }

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

border-color css

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

 span { border-color: rgb(130,55,26); }

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