#84342B

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

Shades of Crab Apple #84342B

Tints of Crab Apple #84342B

Color information

#84342B (or 0x84342B) is unknown color: approx Crab Apple. HEX triplet: 84, 34 and 2B. RGB value is (132,52,43). Sum of RGB (Red+Green+Blue) = 132+52+43=227 (30% of max value = 765). Red value is 132 (51.95% from 255 or 58.15% from 227); Green value is 52 (20.70% from 255 or 22.91% from 227); Blue value is 43 (17.19% from 255 or 18.94% from 227); Max value from RGB is 132 - color contains mainly: red. Hex color #84342B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84342B is #7BCBD4. Grayscale: #4B4B4B. Windows color (decimal): -8113109 or 2831492. OLE color: 2831492.

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

Color convert

RGB1325243-
CMYK00.610.670.48
HSL6.07º50.86%34.31%-
HSV(B)6.07º67.42%51.76%-
XYZ11.187.543.15-
YUV74.89110168.73-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 58.15%
GREEN value IS 52 (20.70% from 255) = 22.91%
BLUE value IS 43 (17.19% from 255) = 18.94%
R=58.15%
G=22.91%
B=18.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.67
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132524300.610.670.486.0750.8634.31
Hex84342B03D433063322
Octal20464530751036066342
Binary1000010011010010101101111011000011110000110110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84342B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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