#832A12

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

Shades of Burnt Umber #832A12

Tints of Burnt Umber #832A12

Color information

#832A12 (or 0x832A12) is unknown color: approx Burnt Umber. HEX triplet: 83, 2A and 12. RGB value is (131,42,18). Sum of RGB (Red+Green+Blue) = 131+42+18=191 (25% of max value = 765). Red value is 131 (51.56% from 255 or 68.59% from 191); Green value is 42 (16.80% from 255 or 21.99% from 191); Blue value is 18 (7.42% from 255 or 9.42% from 191); Max value from RGB is 131 - color contains mainly: red. Hex color #832A12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #832A12 is #7CD5ED. Grayscale: #424242. Windows color (decimal): -8181230 or 1190531. OLE color: 1190531.

HSL color Cylindrical-coordinate representation of color #832A12: hue angle of 12.74º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #832A12 is Cyan = 0, Magento = 0.68, Yellow = 0.86 and Black (K on CMYK) = 0.49.

Color convert

RGB1314218-
CMYK00.680.860.49
HSL12.74º75.84%29.22%-
HSV(B)12.74º86.26%51.37%-
XYZ10.36.521.29-
YUV65.88100.99174.45-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 68.59%
GREEN value IS 42 (16.80% from 255) = 21.99%
BLUE value IS 18 (7.42% from 255) = 9.42%
R=68.59%
G=21.99%
B=9.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.86
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131421800.680.860.4912.7475.8429.22
Hex832A120445631d4c1d
Octal20352220104126611511435
Binary10000011101010100100100010010101101100011101100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #832A12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #832A12; }

 p { color: rgb(131,42,18); }

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

<style>
 a { background-color: #832A12; }

 a { background-color: rgb(131,42,18); }

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

<style>
 span { border-color: #832A12; }

 span { border-color: rgb(131,42,18); }

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