#84352A

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

Shades of Crab Apple #84352A

Tints of Crab Apple #84352A

Color information

#84352A (or 0x84352A) is unknown color: approx Crab Apple. HEX triplet: 84, 35 and 2A. RGB value is (132,53,42). Sum of RGB (Red+Green+Blue) = 132+53+42=227 (30% of max value = 765). Red value is 132 (51.95% from 255 or 58.15% from 227); Green value is 53 (21.09% from 255 or 23.35% from 227); Blue value is 42 (16.80% from 255 or 18.50% from 227); Max value from RGB is 132 - color contains mainly: red. Hex color #84352A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84352A is #7BCAD5. Grayscale: #4B4B4B. Windows color (decimal): -8112854 or 2766212. OLE color: 2766212.

HSL color Cylindrical-coordinate representation of color #84352A: hue angle of 7.33º 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 #84352A is Cyan = 0, Magento = 0.60, Yellow = 0.68 and Black (K on CMYK) = 0.48.

Color convert

RGB1325342-
CMYK00.600.680.48
HSL7.33º51.72%34.12%-
HSV(B)7.33º68.18%51.76%-
XYZ11.217.623.07-
YUV75.37109.17168.39-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 58.15%
GREEN value IS 53 (21.09% from 255) = 23.35%
BLUE value IS 42 (16.80% from 255) = 18.50%
R=58.15%
G=23.35%
B=18.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.68
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132534200.600.680.487.3351.7234.12
Hex84352A03C443073422
Octal20465520741046076442
Binary1000010011010110101001111001000100110000111110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84352A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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