#8C341D

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

Shades of Burnt Umber #8C341D

Tints of Burnt Umber #8C341D

Color information

#8C341D (or 0x8C341D) is unknown color: approx Burnt Umber. HEX triplet: 8C, 34 and 1D. RGB value is (140,52,29). Sum of RGB (Red+Green+Blue) = 140+52+29=221 (29% of max value = 765). Red value is 140 (55.08% from 255 or 63.35% from 221); Green value is 52 (20.70% from 255 or 23.53% from 221); Blue value is 29 (11.72% from 255 or 13.12% from 221); Max value from RGB is 140 - color contains mainly: red. Hex color #8C341D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C341D is #73CBE2. Grayscale: #4B4B4B. Windows color (decimal): -7588835 or 1913996. OLE color: 1913996.

HSL color Cylindrical-coordinate representation of color #8C341D: hue angle of 12.43º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8C341D is Cyan = 0, Magento = 0.63, Yellow = 0.79 and Black (K on CMYK) = 0.45.

Color convert

RGB1405229-
CMYK00.630.790.45
HSL12.43º65.68%33.14%-
HSV(B)12.43º79.29%54.9%-
XYZ12.268.122.08-
YUV75.69101.65173.87-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 63.35%
GREEN value IS 52 (20.70% from 255) = 23.53%
BLUE value IS 29 (11.72% from 255) = 13.12%
R=63.35%
G=23.53%
B=13.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.79
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140522900.630.790.4512.4365.6833.14
Hex8C341D03F4F2Dc4221
Octal2146435077117551410241
Binary10001100110100111010111111100111110110111001000010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C341D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,52,29); }

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

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

 a { background-color: rgb(140,52,29); }

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

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

 span { border-color: rgb(140,52,29); }

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