Html Css Color HEX #82281D Burnt Umber

📋 copy color: '#82281D'

red 130 ◦ green 40 ◦ blue 29

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

Shades of Burnt Umber #82281D

Tints of Burnt Umber #82281D

RGB

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

 GREEN value IS 40 (16.02% from 255) = 20.1%

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

R = 65.33%
G = 20.1%
B = 14.57%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.78

 K value IS 0.49

RGB Variations

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

Color information

#82281D (or 0x82281D) is known color: Burnt Umber. HEX triplet: 82, 28 and 1D. RGB value is (130,40,29). Sum of RGB (Red+Green+Blue) = 130+40+29=199 (26% of max value = 765). Red value is 130 (51.17% from 255 or 65.33% from 199); Green value is 40 (16.02% from 255 or 20.10% from 199); Blue value is 29 (11.72% from 255 or 14.57% from 199); Max value from RGB is 130 - color contains mainly: red. Hex color #82281D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82281D is #7DD7E2. Grayscale: #414141. Windows color (decimal): -8247267 or 1910914. OLE color: 1910914.

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

Color convert

RGB 130 40 29 -
CMYK 0 0.69 0.78 0.49
HSL 6.53º 0.64% 0.31% -
HSV(B) 6.53º 0.78% 0.51% -
XYZ 10.19 6.35 1.85 -
YUV 65.66 107.32 173.89 -
System Red Green Blue C M Y K H S L
Decimal 130 40 29 0 0.69 0.78 0.49 6.53 0.64 0.31
Hex 82 28 1D 0 45 4E 31 7 40 1F
Octal 202 50 35 0 105 116 61 7 100 37
Binary 10000010 101000 11101 0 1000101 1001110 110001 111 1000000 11111

Color Harmonies of #82281D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82281D

Black with #82281D

Text Example


Text Example

White with #82281D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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