#8A392F

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

Shades of Crab Apple #8A392F

Tints of Crab Apple #8A392F

Color information

#8A392F (or 0x8A392F) is unknown color: approx Crab Apple. HEX triplet: 8A, 39 and 2F. RGB value is (138,57,47). Sum of RGB (Red+Green+Blue) = 138+57+47=242 (32% of max value = 765). Red value is 138 (54.30% from 255 or 57.02% from 242); Green value is 57 (22.66% from 255 or 23.55% from 242); Blue value is 47 (18.75% from 255 or 19.42% from 242); Max value from RGB is 138 - color contains mainly: red. Hex color #8A392F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A392F is #75C6D0. Grayscale: #505050. Windows color (decimal): -7718609 or 3094922. OLE color: 3094922.

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

Color convert

RGB1385747-
CMYK00.590.660.46
HSL6.59º49.19%36.27%-
HSV(B)6.59º65.94%54.12%-
XYZ12.468.533.68-
YUV80.08109.34169.31-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 57.02%
GREEN value IS 57 (22.66% from 255) = 23.55%
BLUE value IS 47 (18.75% from 255) = 19.42%
R=57.02%
G=23.55%
B=19.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.66
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138574700.590.660.466.5949.1936.27
Hex8A392F03B422E73124
Octal21271570731025676144
Binary1000101011100110111101110111000010101110111110001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A392F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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