#8C2E2B

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

Shades of Burnt Umber #8C2E2B

Tints of Burnt Umber #8C2E2B

Color information

#8C2E2B (or 0x8C2E2B) is unknown color: approx Burnt Umber. HEX triplet: 8C, 2E and 2B. RGB value is (140,46,43). Sum of RGB (Red+Green+Blue) = 140+46+43=229 (30% of max value = 765). Red value is 140 (55.08% from 255 or 61.14% from 229); Green value is 46 (18.36% from 255 or 20.09% from 229); Blue value is 43 (17.19% from 255 or 18.78% from 229); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2E2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C2E2B is #73D1D4. Grayscale: #494949. Windows color (decimal): -7590357 or 2829964. OLE color: 2829964.

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

Color convert

RGB1404643-
CMYK00.670.690.45
HSL1.86º53.01%35.88%-
HSV(B)1.86º69.29%54.9%-
XYZ12.237.73.13-
YUV73.76110.64175.24-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 61.14%
GREEN value IS 46 (18.36% from 255) = 20.09%
BLUE value IS 43 (17.19% from 255) = 18.78%
R=61.14%
G=20.09%
B=18.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.69
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140464300.670.690.451.8653.0135.88
Hex8C2E2B043452D23524
Octal214565301031055526544
Binary1000110010111010101101000011100010110110110110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C2E2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,46,43); }

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

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

 a { background-color: rgb(140,46,43); }

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

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

 span { border-color: rgb(140,46,43); }

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