#8C3129

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

Shades of Burnt Umber #8C3129

Tints of Burnt Umber #8C3129

Color information

#8C3129 (or 0x8C3129) is unknown color: approx Burnt Umber. HEX triplet: 8C, 31 and 29. RGB value is (140,49,41). Sum of RGB (Red+Green+Blue) = 140+49+41=230 (30% of max value = 765). Red value is 140 (55.08% from 255 or 60.87% from 230); Green value is 49 (19.53% from 255 or 21.30% from 230); Blue value is 41 (16.41% from 255 or 17.83% from 230); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3129 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C3129 is #73CED6. Grayscale: #4B4B4B. Windows color (decimal): -7589591 or 2699660. OLE color: 2699660.

HSL color Cylindrical-coordinate representation of color #8C3129: hue angle of 4.85º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8C3129 is Cyan = 0, Magento = 0.65, Yellow = 0.71 and Black (K on CMYK) = 0.45.

Color convert

RGB1404941-
CMYK00.650.710.45
HSL4.85º54.7%35.49%-
HSV(B)4.85º70.71%54.9%-
XYZ12.317.932.98-
YUV75.3108.65174.15-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 60.87%
GREEN value IS 49 (19.53% from 255) = 21.30%
BLUE value IS 41 (16.41% from 255) = 17.83%
R=60.87%
G=21.30%
B=17.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.71
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140494100.650.710.454.8554.735.49
Hex8C3129041472D53723
Octal214615101011075556743
Binary10001100110001101001010000011000111101101101110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C3129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,49,41); }

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

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

 a { background-color: rgb(140,49,41); }

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

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

 span { border-color: rgb(140,49,41); }

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