#8C382F

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

Shades of Crab Apple #8C382F

Tints of Crab Apple #8C382F

Color information

#8C382F (or 0x8C382F) is unknown color: approx Crab Apple. HEX triplet: 8C, 38 and 2F. RGB value is (140,56,47). Sum of RGB (Red+Green+Blue) = 140+56+47=243 (32% of max value = 765). Red value is 140 (55.08% from 255 or 57.61% from 243); Green value is 56 (22.27% from 255 or 23.05% from 243); Blue value is 47 (18.75% from 255 or 19.34% from 243); Max value from RGB is 140 - color contains mainly: red. Hex color #8C382F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C382F is #73C7D0. Grayscale: #505050. Windows color (decimal): -7587793 or 3094668. OLE color: 3094668.

HSL color Cylindrical-coordinate representation of color #8C382F: hue angle of 5.81º 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 #8C382F is Cyan = 0, Magento = 0.6, Yellow = 0.66 and Black (K on CMYK) = 0.45.

Color convert

RGB1405647-
CMYK00.60.660.45
HSL5.81º49.73%36.67%-
HSV(B)5.81º66.43%54.9%-
XYZ12.748.613.68-
YUV80.09109.33170.73-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 57.61%
GREEN value IS 56 (22.27% from 255) = 23.05%
BLUE value IS 47 (18.75% from 255) = 19.34%
R=57.61%
G=23.05%
B=19.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.66
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140564700.60.660.455.8149.7336.67
Hex8C382F03C422D63225
Octal21470570741025566245
Binary1000110011100010111101111001000010101101110110010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C382F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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