#8C382E

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

Shades of Crab Apple #8C382E

Tints of Crab Apple #8C382E

Color information

#8C382E (or 0x8C382E) is unknown color: approx Crab Apple. HEX triplet: 8C, 38 and 2E. RGB value is (140,56,46). Sum of RGB (Red+Green+Blue) = 140+56+46=242 (32% of max value = 765). Red value is 140 (55.08% from 255 or 57.85% from 242); Green value is 56 (22.27% from 255 or 23.14% from 242); Blue value is 46 (18.36% from 255 or 19.01% from 242); Max value from RGB is 140 - color contains mainly: red. Hex color #8C382E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C382E is #73C7D1. Grayscale: #505050. Windows color (decimal): -7587794 or 3029132. OLE color: 3029132.

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

Color convert

RGB1405646-
CMYK00.60.670.45
HSL6.38º50.54%36.47%-
HSV(B)6.38º67.14%54.9%-
XYZ12.728.63.57-
YUV79.98108.83170.81-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 57.85%
GREEN value IS 56 (22.27% from 255) = 23.14%
BLUE value IS 46 (18.36% from 255) = 19.01%
R=57.85%
G=23.14%
B=19.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.67
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140564600.60.670.456.3850.5436.47
Hex8C382E03C432D63324
Octal21470560741035566344
Binary1000110011100010111001111001000011101101110110011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C382E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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