Html Css Color HEX #82331C Burnt Umber

📋 copy color: '#82331C'

red 130 ◦ green 51 ◦ blue 28

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

Shades of Burnt Umber #82331C

Tints of Burnt Umber #82331C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 13.4%

R = 62.2%
G = 24.4%
B = 13.4%

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

#82331C (or 0x82331C) is known color: Burnt Umber. HEX triplet: 82, 33 and 1C. RGB value is (130,51,28). Sum of RGB (Red+Green+Blue) = 130+51+28=209 (27% of max value = 765). Red value is 130 (51.17% from 255 or 62.20% from 209); Green value is 51 (20.31% from 255 or 24.40% from 209); Blue value is 28 (11.33% from 255 or 13.40% from 209); Max value from RGB is 130 - color contains mainly: red. Hex color #82331C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82331C is #7DCCE3. Grayscale: #484848. Windows color (decimal): -8244452 or 1848194. OLE color: 1848194.

HSL color Cylindrical-coordinate representation of color #82331C: hue angle of 13.53º degrees, saturation: 0.65, 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 #82331C is Cyan = 0, Magento = 0.61, Yellow = 0.78 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 51 28 -
CMYK 0 0.61 0.78 0.49
HSL 13.53º 0.65% 0.31% -
HSV(B) 13.53º 0.78% 0.51% -
XYZ 10.6 7.2 1.93 -
YUV 72 103.17 169.37 -
System Red Green Blue C M Y K H S L
Decimal 130 51 28 0 0.61 0.78 0.49 13.53 0.65 0.31
Hex 82 33 1C 0 3D 4E 31 E 41 1F
Octal 202 63 34 0 75 116 61 16 101 37
Binary 10000010 110011 11100 0 111101 1001110 110001 1110 1000001 11111

Color Harmonies of #82331C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82331C

Black with #82331C

Text Example


Text Example

White with #82331C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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