Html Css Color HEX #82301D Burnt Umber

📋 copy color: '#82301D'

red 130 ◦ green 48 ◦ blue 29

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

Shades of Burnt Umber #82301D

Tints of Burnt Umber #82301D

RGB

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

 GREEN value IS 48 (19.14% from 255) = 23.19%

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

R = 62.8%
G = 23.19%
B = 14.01%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.78

 K value IS 0.49

RGB Variations

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

Color information

#82301D (or 0x82301D) is known color: Burnt Umber. HEX triplet: 82, 30 and 1D. RGB value is (130,48,29). Sum of RGB (Red+Green+Blue) = 130+48+29=207 (27% of max value = 765). Red value is 130 (51.17% from 255 or 62.80% from 207); Green value is 48 (19.14% from 255 or 23.19% from 207); Blue value is 29 (11.72% from 255 or 14.01% from 207); Max value from RGB is 130 - color contains mainly: red. Hex color #82301D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82301D is #7DCFE2. Grayscale: #464646. Windows color (decimal): -8245219 or 1912962. OLE color: 1912962.

HSL color Cylindrical-coordinate representation of color #82301D: hue angle of 11.29º 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 #82301D is Cyan = 0, Magento = 0.63, Yellow = 0.78 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 48 29 -
CMYK 0 0.63 0.78 0.49
HSL 11.29º 0.64% 0.31% -
HSV(B) 11.29º 0.78% 0.51% -
XYZ 10.48 6.95 1.95 -
YUV 70.35 104.67 170.54 -
System Red Green Blue C M Y K H S L
Decimal 130 48 29 0 0.63 0.78 0.49 11.29 0.64 0.31
Hex 82 30 1D 0 3F 4E 31 B 40 1F
Octal 202 60 35 0 77 116 61 13 100 37
Binary 10000010 110000 11101 0 111111 1001110 110001 1011 1000000 11111

Color Harmonies of #82301D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82301D

Black with #82301D

Text Example


Text Example

White with #82301D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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