#8C322D

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

Shades of Crab Apple #8C322D

Tints of Crab Apple #8C322D

Color information

#8C322D (or 0x8C322D) is unknown color: approx Crab Apple. HEX triplet: 8C, 32 and 2D. RGB value is (140,50,45). Sum of RGB (Red+Green+Blue) = 140+50+45=235 (31% of max value = 765). Red value is 140 (55.08% from 255 or 59.57% from 235); Green value is 50 (19.92% from 255 or 21.28% from 235); Blue value is 45 (17.97% from 255 or 19.15% from 235); Max value from RGB is 140 - color contains mainly: red. Hex color #8C322D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C322D is #73CDD2. Grayscale: #4C4C4C. Windows color (decimal): -7589331 or 2962060. OLE color: 2962060.

HSL color Cylindrical-coordinate representation of color #8C322D: hue angle of 3.16º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8C322D is Cyan = 0, Magento = 0.64, Yellow = 0.68 and Black (K on CMYK) = 0.45.

Color convert

RGB1405045-
CMYK00.640.680.45
HSL3.16º51.35%36.27%-
HSV(B)3.16º67.86%54.9%-
XYZ12.438.053.38-
YUV76.34110.32173.41-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 59.57%
GREEN value IS 50 (19.92% from 255) = 21.28%
BLUE value IS 45 (17.97% from 255) = 19.15%
R=59.57%
G=21.28%
B=19.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.68
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140504500.640.680.453.1651.3536.27
Hex8C322D040442D33324
Octal214625501001045536344
Binary1000110011001010110101000000100010010110111110011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C322D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,50,45); }

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

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

 a { background-color: rgb(140,50,45); }

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

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

 span { border-color: rgb(140,50,45); }

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