#8C351E

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

Shades of Burnt Umber #8C351E

Tints of Burnt Umber #8C351E

Color information

#8C351E (or 0x8C351E) is unknown color: approx Burnt Umber. HEX triplet: 8C, 35 and 1E. RGB value is (140,53,30). Sum of RGB (Red+Green+Blue) = 140+53+30=223 (29% of max value = 765). Red value is 140 (55.08% from 255 or 62.78% from 223); Green value is 53 (21.09% from 255 or 23.77% from 223); Blue value is 30 (12.11% from 255 or 13.45% from 223); Max value from RGB is 140 - color contains mainly: red. Hex color #8C351E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C351E is #73CAE1. Grayscale: #4C4C4C. Windows color (decimal): -7588578 or 1979788. OLE color: 1979788.

HSL color Cylindrical-coordinate representation of color #8C351E: hue angle of 12.55º degrees, saturation: 0.65, 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 #8C351E is Cyan = 0, Magento = 0.62, Yellow = 0.79 and Black (K on CMYK) = 0.45.

Color convert

RGB1405330-
CMYK00.620.790.45
HSL12.55º64.71%33.33%-
HSV(B)12.55º78.57%54.9%-
XYZ12.328.222.16-
YUV76.39101.82173.37-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 62.78%
GREEN value IS 53 (21.09% from 255) = 23.77%
BLUE value IS 30 (12.11% from 255) = 13.45%
R=62.78%
G=23.77%
B=13.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.79
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140533000.620.790.4512.5564.7133.33
Hex8C351E03E4F2Dd4121
Octal2146536076117551510141
Binary10001100110101111100111110100111110110111011000001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C351E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,53,30); }

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

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

 a { background-color: rgb(140,53,30); }

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

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

 span { border-color: rgb(140,53,30); }

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