#8C381B

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

Shades of Burnt Umber #8C381B

Tints of Burnt Umber #8C381B

Color information

#8C381B (or 0x8C381B) is unknown color: approx Burnt Umber. HEX triplet: 8C, 38 and 1B. RGB value is (140,56,27). Sum of RGB (Red+Green+Blue) = 140+56+27=223 (29% of max value = 765). Red value is 140 (55.08% from 255 or 62.78% from 223); Green value is 56 (22.27% from 255 or 25.11% from 223); Blue value is 27 (10.94% from 255 or 12.11% from 223); Max value from RGB is 140 - color contains mainly: red. Hex color #8C381B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C381B is #73C7E4. Grayscale: #4E4E4E. Windows color (decimal): -7587813 or 1783948. OLE color: 1783948.

HSL color Cylindrical-coordinate representation of color #8C381B: hue angle of 15.4º degrees, saturation: 0.68, 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 #8C381B is Cyan = 0, Magento = 0.6, Yellow = 0.81 and Black (K on CMYK) = 0.45.

Color convert

RGB1405627-
CMYK00.60.810.45
HSL15.4º67.66%32.75%-
HSV(B)15.4º80.71%54.9%-
XYZ12.438.482.02-
YUV77.8199.33172.36-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 62.78%
GREEN value IS 56 (22.27% from 255) = 25.11%
BLUE value IS 27 (10.94% from 255) = 12.11%
R=62.78%
G=25.11%
B=12.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.81
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140562700.60.810.4515.467.6632.75
Hex8C381B03C512Df4421
Octal2147033074121551710441
Binary10001100111000110110111100101000110110111111000100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C381B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,56,27); }

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

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

 a { background-color: rgb(140,56,27); }

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

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

 span { border-color: rgb(140,56,27); }

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