Html Css Color HEX #82331D Burnt Umber

📋 copy color: '#82331D'

red 130 ◦ green 51 ◦ blue 29

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

Shades of Burnt Umber #82331D

Tints of Burnt Umber #82331D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 24.29%

 BLUE value IS 29 (11.72% from 255) = 13.81%

R = 61.9%
G = 24.29%
B = 13.81%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.78

 K value IS 0.49

RGB Variations

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

Color information

#82331D (or 0x82331D) is known color: Burnt Umber. HEX triplet: 82, 33 and 1D. RGB value is (130,51,29). Sum of RGB (Red+Green+Blue) = 130+51+29=210 (27% of max value = 765). Red value is 130 (51.17% from 255 or 61.90% from 210); Green value is 51 (20.31% from 255 or 24.29% from 210); Blue value is 29 (11.72% from 255 or 13.81% from 210); Max value from RGB is 130 - color contains mainly: red. Hex color #82331D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82331D is #7DCCE2. Grayscale: #484848. Windows color (decimal): -8244451 or 1913730. OLE color: 1913730.

HSL color Cylindrical-coordinate representation of color #82331D: hue angle of 13.07º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #82331D is Cyan = 0, Magento = 0.61, Yellow = 0.78 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 51 29 -
CMYK 0 0.61 0.78 0.49
HSL 13.07º 0.64% 0.31% -
HSV(B) 13.07º 0.78% 0.51% -
XYZ 10.61 7.2 1.99 -
YUV 72.11 103.67 169.29 -
System Red Green Blue C M Y K H S L
Decimal 130 51 29 0 0.61 0.78 0.49 13.07 0.64 0.31
Hex 82 33 1D 0 3D 4E 31 D 40 1F
Octal 202 63 35 0 75 116 61 15 100 37
Binary 10000010 110011 11101 0 111101 1001110 110001 1101 1000000 11111

Color Harmonies of #82331D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82331D

Black with #82331D

Text Example


Text Example

White with #82331D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82331D; }

 p { color: rgb(130,51,29); }

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

background-color css

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

 a { background-color: rgb(130,51,29); }

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

border-color css

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

 span { border-color: rgb(130,51,29); }

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