#8A392D

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

Shades of Crab Apple #8A392D

Tints of Crab Apple #8A392D

Color information

#8A392D (or 0x8A392D) is unknown color: approx Crab Apple. HEX triplet: 8A, 39 and 2D. RGB value is (138,57,45). Sum of RGB (Red+Green+Blue) = 138+57+45=240 (31% of max value = 765). Red value is 138 (54.30% from 255 or 57.5% from 240); Green value is 57 (22.66% from 255 or 23.75% from 240); Blue value is 45 (17.97% from 255 or 18.75% from 240); Max value from RGB is 138 - color contains mainly: red. Hex color #8A392D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A392D is #75C6D2. Grayscale: #4F4F4F. Windows color (decimal): -7718611 or 2963850. OLE color: 2963850.

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

Color convert

RGB1385745-
CMYK00.590.670.46
HSL7.74º50.82%35.88%-
HSV(B)7.74º67.39%54.12%-
XYZ12.428.523.47-
YUV79.85108.34169.48-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 57.5%
GREEN value IS 57 (22.66% from 255) = 23.75%
BLUE value IS 45 (17.97% from 255) = 18.75%
R=57.5%
G=23.75%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.67
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138574500.590.670.467.7450.8235.88
Hex8A392D03B432E83324
Octal212715507310356106344
Binary10001010111001101101011101110000111011101000110011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A392D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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