#8A342B

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

Shades of Crab Apple #8A342B

Tints of Crab Apple #8A342B

Color information

#8A342B (or 0x8A342B) is unknown color: approx Crab Apple. HEX triplet: 8A, 34 and 2B. RGB value is (138,52,43). Sum of RGB (Red+Green+Blue) = 138+52+43=233 (30% of max value = 765). Red value is 138 (54.30% from 255 or 59.23% from 233); Green value is 52 (20.70% from 255 or 22.32% from 233); Blue value is 43 (17.19% from 255 or 18.45% from 233); Max value from RGB is 138 - color contains mainly: red. Hex color #8A342B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A342B is #75CBD4. Grayscale: #4C4C4C. Windows color (decimal): -7719893 or 2831498. OLE color: 2831498.

HSL color Cylindrical-coordinate representation of color #8A342B: hue angle of 5.68º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8A342B is Cyan = 0, Magento = 0.62, Yellow = 0.69 and Black (K on CMYK) = 0.46.

Color convert

RGB1385243-
CMYK00.620.690.46
HSL5.68º52.49%35.49%-
HSV(B)5.68º68.84%54.12%-
XYZ12.158.033.2-
YUV76.69108.99171.73-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 59.23%
GREEN value IS 52 (20.70% from 255) = 22.32%
BLUE value IS 43 (17.19% from 255) = 18.45%
R=59.23%
G=22.32%
B=18.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.69
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138524300.620.690.465.6852.4935.49
Hex8A342B03E452E63423
Octal21264530761055666443
Binary1000101011010010101101111101000101101110110110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A342B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,52,43); }

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

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

 a { background-color: rgb(138,52,43); }

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

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

 span { border-color: rgb(138,52,43); }

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