#832A0C

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

Shades of Burnt Umber #832A0C

Tints of Burnt Umber #832A0C

Color information

#832A0C (or 0x832A0C) is unknown color: approx Burnt Umber. HEX triplet: 83, 2A and 0C. RGB value is (131,42,12). Sum of RGB (Red+Green+Blue) = 131+42+12=185 (24% of max value = 765). Red value is 131 (51.56% from 255 or 70.81% from 185); Green value is 42 (16.80% from 255 or 22.70% from 185); Blue value is 12 (5.08% from 255 or 6.49% from 185); Max value from RGB is 131 - color contains mainly: red. Hex color #832A0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #832A0C is #7CD5F3. Grayscale: #414141. Windows color (decimal): -8181236 or 797315. OLE color: 797315.

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

Color convert

RGB1314212-
CMYK00.680.910.49
HSL15.13º83.22%28.04%-
HSV(B)15.13º90.84%51.37%-
XYZ10.256.511.06-
YUV65.1997.99174.94-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 70.81%
GREEN value IS 42 (16.80% from 255) = 22.70%
BLUE value IS 12 (5.08% from 255) = 6.49%
R=70.81%
G=22.70%
B=6.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.91
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131421200.680.910.4915.1383.2228.04
Hex832AC0445B31f531c
Octal20352140104133611712334
Binary1000001110101011000100010010110111100011111101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #832A0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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