Html Css Color HEX #82281F Burnt Umber

📋 copy color: '#82281F'

red 130 ◦ green 40 ◦ blue 31

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

Shades of Burnt Umber #82281F

Tints of Burnt Umber #82281F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 15.42%

R = 64.68%
G = 19.9%
B = 15.42%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.76

 K value IS 0.49

RGB Variations

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

Color information

#82281F (or 0x82281F) is known color: Burnt Umber. HEX triplet: 82, 28 and 1F. RGB value is (130,40,31). Sum of RGB (Red+Green+Blue) = 130+40+31=201 (26% of max value = 765). Red value is 130 (51.17% from 255 or 64.68% from 201); Green value is 40 (16.02% from 255 or 19.90% from 201); Blue value is 31 (12.5% from 255 or 15.42% from 201); Max value from RGB is 130 - color contains mainly: red. Hex color #82281F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82281F is #7DD7E0. Grayscale: #424242. Windows color (decimal): -8247265 or 2041986. OLE color: 2041986.

HSL color Cylindrical-coordinate representation of color #82281F: hue angle of 5.45º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #82281F is Cyan = 0, Magento = 0.69, Yellow = 0.76 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 40 31 -
CMYK 0 0.69 0.76 0.49
HSL 5.45º 0.61% 0.32% -
HSV(B) 5.45º 0.76% 0.51% -
XYZ 10.21 6.36 1.99 -
YUV 65.88 108.32 173.73 -
System Red Green Blue C M Y K H S L
Decimal 130 40 31 0 0.69 0.76 0.49 5.45 0.61 0.32
Hex 82 28 1F 0 45 4C 31 5 3D 20
Octal 202 50 37 0 105 114 61 5 75 40
Binary 10000010 101000 11111 0 1000101 1001100 110001 101 111101 100000

Color Harmonies of #82281F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82281F

Black with #82281F

Text Example


Text Example

White with #82281F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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