Html Css Color HEX #82321B Burnt Umber

📋 copy color: '#82321B'

red 130 ◦ green 50 ◦ blue 27

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

Shades of Burnt Umber #82321B

Tints of Burnt Umber #82321B

RGB

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

 GREEN value IS 50 (19.92% from 255) = 24.15%

 BLUE value IS 27 (10.94% from 255) = 13.04%

R = 62.8%
G = 24.15%
B = 13.04%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.79

 K value IS 0.49

RGB Variations

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

Color information

#82321B (or 0x82321B) is known color: Burnt Umber. HEX triplet: 82, 32 and 1B. RGB value is (130,50,27). Sum of RGB (Red+Green+Blue) = 130+50+27=207 (27% of max value = 765). Red value is 130 (51.17% from 255 or 62.80% from 207); Green value is 50 (19.92% from 255 or 24.15% from 207); Blue value is 27 (10.94% from 255 or 13.04% from 207); Max value from RGB is 130 - color contains mainly: red. Hex color #82321B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82321B is #7DCDE4. Grayscale: #474747. Windows color (decimal): -8244709 or 1782402. OLE color: 1782402.

HSL color Cylindrical-coordinate representation of color #82321B: hue angle of 13.4º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #82321B is Cyan = 0, Magento = 0.62, Yellow = 0.79 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 50 27 -
CMYK 0 0.62 0.79 0.49
HSL 13.4º 0.66% 0.31% -
HSV(B) 13.4º 0.79% 0.51% -
XYZ 10.54 7.11 1.85 -
YUV 71.3 103 169.87 -
System Red Green Blue C M Y K H S L
Decimal 130 50 27 0 0.62 0.79 0.49 13.4 0.66 0.31
Hex 82 32 1B 0 3E 4F 31 D 42 1F
Octal 202 62 33 0 76 117 61 15 102 37
Binary 10000010 110010 11011 0 111110 1001111 110001 1101 1000010 11111

Color Harmonies of #82321B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82321B

Black with #82321B

Text Example


Text Example

White with #82321B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82321B; }

 p { color: rgb(130,50,27); }

 H1.HeaderClassName
 {
   color: #82321B;
 }
 .AnyTagClassName
 {
   color: #82321B;
 }
</style>

background-color css

<style>
 a { background-color: #82321B; }

 a { background-color: rgb(130,50,27); }

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

border-color css

<style>
 span { border-color: #82321B; }

 span { border-color: rgb(130,50,27); }

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