Html Css Color HEX #82331F Burnt Umber

📋 copy color: '#82331F'

red 130 ◦ green 51 ◦ blue 31

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

Shades of Burnt Umber #82331F

Tints of Burnt Umber #82331F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 14.62%

R = 61.32%
G = 24.06%
B = 14.62%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.76

 K value IS 0.49

RGB Variations

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

Color information

#82331F (or 0x82331F) is known color: Burnt Umber. HEX triplet: 82, 33 and 1F. RGB value is (130,51,31). Sum of RGB (Red+Green+Blue) = 130+51+31=212 (28% of max value = 765). Red value is 130 (51.17% from 255 or 61.32% from 212); Green value is 51 (20.31% from 255 or 24.06% from 212); Blue value is 31 (12.5% from 255 or 14.62% from 212); Max value from RGB is 130 - color contains mainly: red. Hex color #82331F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82331F is #7DCCE0. Grayscale: #484848. Windows color (decimal): -8244449 or 2044802. OLE color: 2044802.

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

Color convert

RGB 130 51 31 -
CMYK 0 0.61 0.76 0.49
HSL 12.12º 0.61% 0.32% -
HSV(B) 12.12º 0.76% 0.51% -
XYZ 10.64 7.21 2.13 -
YUV 72.34 104.67 169.13 -
System Red Green Blue C M Y K H S L
Decimal 130 51 31 0 0.61 0.76 0.49 12.12 0.61 0.32
Hex 82 33 1F 0 3D 4C 31 C 3D 20
Octal 202 63 37 0 75 114 61 14 75 40
Binary 10000010 110011 11111 0 111101 1001100 110001 1100 111101 100000

Color Harmonies of #82331F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82331F

Black with #82331F

Text Example


Text Example

White with #82331F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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