#8C382A

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

Shades of Crab Apple #8C382A

Tints of Crab Apple #8C382A

Color information

#8C382A (or 0x8C382A) is unknown color: approx Crab Apple. HEX triplet: 8C, 38 and 2A. RGB value is (140,56,42). Sum of RGB (Red+Green+Blue) = 140+56+42=238 (31% of max value = 765). Red value is 140 (55.08% from 255 or 58.82% from 238); Green value is 56 (22.27% from 255 or 23.53% from 238); Blue value is 42 (16.80% from 255 or 17.65% from 238); Max value from RGB is 140 - color contains mainly: red. Hex color #8C382A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C382A is #73C7D5. Grayscale: #4F4F4F. Windows color (decimal): -7587798 or 2766988. OLE color: 2766988.

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

Color convert

RGB1405642-
CMYK00.60.70.45
HSL8.57º53.85%35.69%-
HSV(B)8.57º70%54.9%-
XYZ12.658.573.18-
YUV79.52106.83171.14-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 58.82%
GREEN value IS 56 (22.27% from 255) = 23.53%
BLUE value IS 42 (16.80% from 255) = 17.65%
R=58.82%
G=23.53%
B=17.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.7
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140564200.60.70.458.5753.8535.69
Hex8C382A03C462D93624
Octal214705207410655116644
Binary10001100111000101010011110010001101011011001110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C382A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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