#8C332A

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

Shades of Burnt Umber #8C332A

Tints of Burnt Umber #8C332A

Color information

#8C332A (or 0x8C332A) is unknown color: approx Burnt Umber. HEX triplet: 8C, 33 and 2A. RGB value is (140,51,42). Sum of RGB (Red+Green+Blue) = 140+51+42=233 (30% of max value = 765). Red value is 140 (55.08% from 255 or 60.09% from 233); Green value is 51 (20.31% from 255 or 21.89% from 233); Blue value is 42 (16.80% from 255 or 18.03% from 233); Max value from RGB is 140 - color contains mainly: red. Hex color #8C332A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C332A is #73CCD5. Grayscale: #4C4C4C. Windows color (decimal): -7589078 or 2765708. OLE color: 2765708.

HSL color Cylindrical-coordinate representation of color #8C332A: hue angle of 5.51º degrees, saturation: 0.54, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8C332A is Cyan = 0, Magento = 0.64, Yellow = 0.7 and Black (K on CMYK) = 0.45.

Color convert

RGB1405142-
CMYK00.640.70.45
HSL5.51º53.85%35.69%-
HSV(B)5.51º70%54.9%-
XYZ12.428.113.1-
YUV76.58108.49173.23-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 60.09%
GREEN value IS 51 (20.31% from 255) = 21.89%
BLUE value IS 42 (16.80% from 255) = 18.03%
R=60.09%
G=21.89%
B=18.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.7
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140514200.640.70.455.5153.8535.69
Hex8C332A040462D63624
Octal214635201001065566644
Binary10001100110011101010010000001000110101101110110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C332A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8C332A; }

 p { color: rgb(140,51,42); }

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

<style>
 a { background-color: #8C332A; }

 a { background-color: rgb(140,51,42); }

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

<style>
 span { border-color: #8C332A; }

 span { border-color: rgb(140,51,42); }

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