#8C341A

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

Shades of Burnt Umber #8C341A

Tints of Burnt Umber #8C341A

Color information

#8C341A (or 0x8C341A) is unknown color: approx Burnt Umber. HEX triplet: 8C, 34 and 1A. RGB value is (140,52,26). Sum of RGB (Red+Green+Blue) = 140+52+26=218 (28% of max value = 765). Red value is 140 (55.08% from 255 or 64.22% from 218); Green value is 52 (20.70% from 255 or 23.85% from 218); Blue value is 26 (10.55% from 255 or 11.93% from 218); Max value from RGB is 140 - color contains mainly: red. Hex color #8C341A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C341A is #73CBE5. Grayscale: #4B4B4B. Windows color (decimal): -7588838 or 1717388. OLE color: 1717388.

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

Color convert

RGB1405226-
CMYK00.630.810.45
HSL13.68º68.67%32.55%-
HSV(B)13.68º81.43%54.9%-
XYZ12.238.111.9-
YUV75.35100.15174.11-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 64.22%
GREEN value IS 52 (20.70% from 255) = 23.85%
BLUE value IS 26 (10.55% from 255) = 11.93%
R=64.22%
G=23.85%
B=11.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.81
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140522600.630.810.4513.6868.6732.55
Hex8C341A03F512De4521
Octal2146432077121551610541
Binary10001100110100110100111111101000110110111101000101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C341A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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