#8D392D

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

Shades of Crab Apple #8D392D

Tints of Crab Apple #8D392D

Color information

#8D392D (or 0x8D392D) is unknown color: approx Crab Apple. HEX triplet: 8D, 39 and 2D. RGB value is (141,57,45). Sum of RGB (Red+Green+Blue) = 141+57+45=243 (32% of max value = 765). Red value is 141 (55.47% from 255 or 58.02% from 243); Green value is 57 (22.66% from 255 or 23.46% from 243); Blue value is 45 (17.97% from 255 or 18.52% from 243); Max value from RGB is 141 - color contains mainly: red. Hex color #8D392D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D392D is #72C6D2. Grayscale: #505050. Windows color (decimal): -7522003 or 2963853. OLE color: 2963853.

HSL color Cylindrical-coordinate representation of color #8D392D: hue angle of 7.5º degrees, saturation: 0.52, 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 #8D392D is Cyan = 0, Magento = 0.60, Yellow = 0.68 and Black (K on CMYK) = 0.45.

Color convert

RGB1415745-
CMYK00.600.680.45
HSL7.5º51.61%36.47%-
HSV(B)7.5º68.09%55.29%-
XYZ12.928.783.5-
YUV80.75107.83170.98-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 58.02%
GREEN value IS 57 (22.66% from 255) = 23.46%
BLUE value IS 45 (17.97% from 255) = 18.52%
R=58.02%
G=23.46%
B=18.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.68
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141574500.600.680.457.551.6136.47
Hex8D392D03C442D73424
Octal21571550741045576444
Binary1000110111100110110101111001000100101101111110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D392D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,57,45); }

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

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

 a { background-color: rgb(141,57,45); }

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

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

 span { border-color: rgb(141,57,45); }

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