#84322C

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

Shades of Crab Apple #84322C

Tints of Crab Apple #84322C

Color information

#84322C (or 0x84322C) is unknown color: approx Crab Apple. HEX triplet: 84, 32 and 2C. RGB value is (132,50,44). Sum of RGB (Red+Green+Blue) = 132+50+44=226 (29% of max value = 765). Red value is 132 (51.95% from 255 or 58.41% from 226); Green value is 50 (19.92% from 255 or 22.12% from 226); Blue value is 44 (17.58% from 255 or 19.47% from 226); Max value from RGB is 132 - color contains mainly: red. Hex color #84322C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84322C is #7BCDD3. Grayscale: #494949. Windows color (decimal): -8113620 or 2896516. OLE color: 2896516.

HSL color Cylindrical-coordinate representation of color #84322C: hue angle of 4.09º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #84322C is Cyan = 0, Magento = 0.62, Yellow = 0.67 and Black (K on CMYK) = 0.48.

Color convert

RGB1325044-
CMYK00.620.670.48
HSL4.09º50%34.51%-
HSV(B)4.09º66.67%51.76%-
XYZ11.117.373.22-
YUV73.83111.17169.49-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 58.41%
GREEN value IS 50 (19.92% from 255) = 22.12%
BLUE value IS 44 (17.58% from 255) = 19.47%
R=58.41%
G=22.12%
B=19.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.67
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132504400.620.670.484.095034.51
Hex84322C03E433043223
Octal20462540761036046243
Binary1000010011001010110001111101000011110000100110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84322C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84322C; }

 p { color: rgb(132,50,44); }

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

<style>
 a { background-color: #84322C; }

 a { background-color: rgb(132,50,44); }

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

<style>
 span { border-color: #84322C; }

 span { border-color: rgb(132,50,44); }

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