#83301f

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

Shades of Burnt Umber #83301F

Tints of Burnt Umber #83301F

Color information

#83301F (or 0x83301F) is unknown color: approx Burnt Umber. HEX triplet: 83, 30 and 1F. RGB value is (131,48,31). Sum of RGB (Red+Green+Blue) = 131+48+31=210 (27% of max value = 765). Red value is 131 (51.56% from 255 or 62.38% from 210); Green value is 48 (19.14% from 255 or 22.86% from 210); Blue value is 31 (12.5% from 255 or 14.76% from 210); Max value from RGB is 131 - color contains mainly: red. Hex color #83301F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83301F is #7CCFE0. Grayscale: #474747. Windows color (decimal): -8179681 or 2044035. OLE color: 2044035.

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

Color convert

RGB1314831-
CMYK00.630.760.49
HSL10.2º61.73%31.76%-
HSV(B)10.2º76.34%51.37%-
XYZ10.667.042.09-
YUV70.88105.5170.88-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 62.38%
GREEN value IS 48 (19.14% from 255) = 22.86%
BLUE value IS 31 (12.5% from 255) = 14.76%
R=62.38%
G=22.86%
B=14.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.76
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131483100.630.760.4910.261.7331.76
Hex83301F03F4C31a3e20
Octal203603707711461127640
Binary1000001111000011111011111110011001100011010111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83301f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83301f; }

 p { color: rgb(131,48,31); }

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

<style>
 a { background-color: #83301f; }

 a { background-color: rgb(131,48,31); }

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

<style>
 span { border-color: #83301f; }

 span { border-color: rgb(131,48,31); }

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