#84342A

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

Shades of Crab Apple #84342A

Tints of Crab Apple #84342A

Color information

#84342A (or 0x84342A) is unknown color: approx Crab Apple. HEX triplet: 84, 34 and 2A. RGB value is (132,52,42). Sum of RGB (Red+Green+Blue) = 132+52+42=226 (29% of max value = 765). Red value is 132 (51.95% from 255 or 58.41% from 226); Green value is 52 (20.70% from 255 or 23.01% from 226); Blue value is 42 (16.80% from 255 or 18.58% from 226); Max value from RGB is 132 - color contains mainly: red. Hex color #84342A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84342A is #7BCBD5. Grayscale: #4A4A4A. Windows color (decimal): -8113110 or 2765956. OLE color: 2765956.

HSL color Cylindrical-coordinate representation of color #84342A: hue angle of 6.67º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #84342A is Cyan = 0, Magento = 0.61, Yellow = 0.68 and Black (K on CMYK) = 0.48.

Color convert

RGB1325242-
CMYK00.610.680.48
HSL6.67º51.72%34.12%-
HSV(B)6.67º68.18%51.76%-
XYZ11.167.533.06-
YUV74.78109.5168.81-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 58.41%
GREEN value IS 52 (20.70% from 255) = 23.01%
BLUE value IS 42 (16.80% from 255) = 18.58%
R=58.41%
G=23.01%
B=18.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.68
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132524200.610.680.486.6751.7234.12
Hex84342A03D443073422
Octal20464520751046076442
Binary1000010011010010101001111011000100110000111110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84342A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84342A; }

 p { color: rgb(132,52,42); }

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

<style>
 a { background-color: #84342A; }

 a { background-color: rgb(132,52,42); }

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

<style>
 span { border-color: #84342A; }

 span { border-color: rgb(132,52,42); }

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