#8C352F

Color #8C352F Crab Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crab Apple #8C352F

Tints of Crab Apple #8C352F

Color information

#8C352F (or 0x8C352F) is unknown color: approx Crab Apple. HEX triplet: 8C, 35 and 2F. RGB value is (140,53,47). Sum of RGB (Red+Green+Blue) = 140+53+47=240 (31% of max value = 765). Red value is 140 (55.08% from 255 or 58.33% from 240); Green value is 53 (21.09% from 255 or 22.08% from 240); Blue value is 47 (18.75% from 255 or 19.58% from 240); Max value from RGB is 140 - color contains mainly: red. Hex color #8C352F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C352F is #73CAD0. Grayscale: #4E4E4E. Windows color (decimal): -7588561 or 3093900. OLE color: 3093900.

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

Color convert

RGB1405347-
CMYK00.620.660.45
HSL3.87º49.73%36.67%-
HSV(B)3.87º66.43%54.9%-
XYZ12.68.333.63-
YUV78.33110.32171.99-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 58.33%
GREEN value IS 53 (21.09% from 255) = 22.08%
BLUE value IS 47 (18.75% from 255) = 19.58%
R=58.33%
G=22.08%
B=19.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.66
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140534700.620.660.453.8749.7336.67
Hex8C352F03E422D43225
Octal21465570761025546245
Binary1000110011010110111101111101000010101101100110010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C352F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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