#8A392A

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

Shades of Crab Apple #8A392A

Tints of Crab Apple #8A392A

Color information

#8A392A (or 0x8A392A) is unknown color: approx Crab Apple. HEX triplet: 8A, 39 and 2A. RGB value is (138,57,42). Sum of RGB (Red+Green+Blue) = 138+57+42=237 (31% of max value = 765). Red value is 138 (54.30% from 255 or 58.23% from 237); Green value is 57 (22.66% from 255 or 24.05% from 237); Blue value is 42 (16.80% from 255 or 17.72% from 237); Max value from RGB is 138 - color contains mainly: red. Hex color #8A392A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A392A is #75C6D5. Grayscale: #4F4F4F. Windows color (decimal): -7718614 or 2767242. OLE color: 2767242.

HSL color Cylindrical-coordinate representation of color #8A392A: hue angle of 9.38º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8A392A is Cyan = 0, Magento = 0.59, Yellow = 0.70 and Black (K on CMYK) = 0.46.

Color convert

RGB1385742-
CMYK00.590.700.46
HSL9.38º53.33%35.29%-
HSV(B)9.38º69.57%54.12%-
XYZ12.368.53.18-
YUV79.51106.84169.72-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 58.23%
GREEN value IS 57 (22.66% from 255) = 24.05%
BLUE value IS 42 (16.80% from 255) = 17.72%
R=58.23%
G=24.05%
B=17.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.70
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138574200.590.700.469.3853.3335.29
Hex8A392A03B462E93523
Octal212715207310656116543
Binary10001010111001101010011101110001101011101001110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A392A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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