Html Css Color HEX #82311A Burnt Umber

📋 copy color: '#82311A'

red 130 ◦ green 49 ◦ blue 26

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

Shades of Burnt Umber #82311A

Tints of Burnt Umber #82311A

RGB

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

 GREEN value IS 49 (19.53% from 255) = 23.9%

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

R = 63.41%
G = 23.9%
B = 12.68%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.8

 K value IS 0.49

RGB Variations

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

Color information

#82311A (or 0x82311A) is known color: Burnt Umber. HEX triplet: 82, 31 and 1A. RGB value is (130,49,26). Sum of RGB (Red+Green+Blue) = 130+49+26=205 (27% of max value = 765). Red value is 130 (51.17% from 255 or 63.41% from 205); Green value is 49 (19.53% from 255 or 23.90% from 205); Blue value is 26 (10.55% from 255 or 12.68% from 205); Max value from RGB is 130 - color contains mainly: red. Hex color #82311A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82311A is #7DCEE5. Grayscale: #464646. Windows color (decimal): -8244966 or 1716610. OLE color: 1716610.

HSL color Cylindrical-coordinate representation of color #82311A: hue angle of 13.27º 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 #82311A is Cyan = 0, Magento = 0.62, Yellow = 0.8 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 49 26 -
CMYK 0 0.62 0.8 0.49
HSL 13.27º 0.67% 0.31% -
HSV(B) 13.27º 0.8% 0.51% -
XYZ 10.49 7.02 1.78 -
YUV 70.6 102.84 170.37 -
System Red Green Blue C M Y K H S L
Decimal 130 49 26 0 0.62 0.8 0.49 13.27 0.67 0.31
Hex 82 31 1A 0 3E 50 31 D 43 1F
Octal 202 61 32 0 76 120 61 15 103 37
Binary 10000010 110001 11010 0 111110 1010000 110001 1101 1000011 11111

Color Harmonies of #82311A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82311A

Black with #82311A

Text Example


Text Example

White with #82311A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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