#8C3127

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

Shades of Burnt Umber #8C3127

Tints of Burnt Umber #8C3127

Color information

#8C3127 (or 0x8C3127) is unknown color: approx Burnt Umber. HEX triplet: 8C, 31 and 27. RGB value is (140,49,39). Sum of RGB (Red+Green+Blue) = 140+49+39=228 (30% of max value = 765). Red value is 140 (55.08% from 255 or 61.40% from 228); Green value is 49 (19.53% from 255 or 21.49% from 228); Blue value is 39 (15.62% from 255 or 17.11% from 228); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3127 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C3127 is #73CED8. Grayscale: #4B4B4B. Windows color (decimal): -7589593 or 2568588. OLE color: 2568588.

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

Color convert

RGB1404939-
CMYK00.650.720.45
HSL5.94º56.42%35.1%-
HSV(B)5.94º72.14%54.9%-
XYZ12.287.922.8-
YUV75.07107.65174.31-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 61.40%
GREEN value IS 49 (19.53% from 255) = 21.49%
BLUE value IS 39 (15.62% from 255) = 17.11%
R=61.40%
G=21.49%
B=17.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.72
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140493900.650.720.455.9456.4235.1
Hex8C3127041482D63823
Octal214614701011105567043
Binary10001100110001100111010000011001000101101110111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C3127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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