Html Css Color HEX #82341A Burnt Umber

📋 copy color: '#82341A'

red 130 ◦ green 52 ◦ blue 26

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

Shades of Burnt Umber #82341A

Tints of Burnt Umber #82341A

RGB

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

 GREEN value IS 52 (20.7% from 255) = 25%

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

R = 62.5%
G = 25%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.8

 K value IS 0.49

RGB Variations

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

Color information

#82341A (or 0x82341A) is known color: Burnt Umber. HEX triplet: 82, 34 and 1A. RGB value is (130,52,26). Sum of RGB (Red+Green+Blue) = 130+52+26=208 (27% of max value = 765). Red value is 130 (51.17% from 255 or 62.5% from 208); Green value is 52 (20.70% from 255 or 25% from 208); Blue value is 26 (10.55% from 255 or 12.5% from 208); Max value from RGB is 130 - color contains mainly: red. Hex color #82341A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82341A is #7DCBE5. Grayscale: #484848. Windows color (decimal): -8244198 or 1717378. OLE color: 1717378.

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

Color convert

RGB 130 52 26 -
CMYK 0 0.60 0.8 0.49
HSL 15º 0.67% 0.31% -
HSV(B) 15º 0.8% 0.51% -
XYZ 10.62 7.28 1.82 -
YUV 72.36 101.84 169.11 -
System Red Green Blue C M Y K H S L
Decimal 130 52 26 0 0.60 0.8 0.49 15 0.67 0.31
Hex 82 34 1A 0 3C 50 31 F 43 1F
Octal 202 64 32 0 74 120 61 17 103 37
Binary 10000010 110100 11010 0 111100 1010000 110001 1111 1000011 11111

Color Harmonies of #82341A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82341A

Black with #82341A

Text Example


Text Example

White with #82341A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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