#82391F

Color #82391F Burnt Umber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burnt Umber #82391F

Tints of Burnt Umber #82391F

Color information

#82391F (or 0x82391F) is unknown color: approx Burnt Umber. HEX triplet: 82, 39 and 1F. RGB value is (130,57,31). Sum of RGB (Red+Green+Blue) = 130+57+31=218 (28% of max value = 765). Red value is 130 (51.17% from 255 or 59.63% from 218); Green value is 57 (22.66% from 255 or 26.15% from 218); Blue value is 31 (12.5% from 255 or 14.22% from 218); Max value from RGB is 130 - color contains mainly: red. Hex color #82391F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82391F is #7DC6E0. Grayscale: #4C4C4C. Windows color (decimal): -8242913 or 2046338. OLE color: 2046338.

HSL color Cylindrical-coordinate representation of color #82391F: hue angle of 15.76º 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 #82391F is Cyan = 0, Magento = 0.56, Yellow = 0.76 and Black (K on CMYK) = 0.49.

Color convert

RGB1305731-
CMYK00.560.760.49
HSL15.76º61.49%31.57%-
HSV(B)15.76º76.15%50.98%-
XYZ10.927.772.22-
YUV75.86102.68166.61-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 59.63%
GREEN value IS 57 (22.66% from 255) = 26.15%
BLUE value IS 31 (12.5% from 255) = 14.22%
R=59.63%
G=26.15%
B=14.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.76
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130573100.560.760.4915.7661.4931.57
Hex82391F0384C31103d20
Octal202713707011461207540
Binary10000010111001111110111000100110011000110000111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82391F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #82391F;
 }
 .AnyTagClassName
 {
   color: #82391F;
 }
</style>
background-color css

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

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

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

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

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

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