#84392C

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

Shades of Crab Apple #84392C

Tints of Crab Apple #84392C

Color information

#84392C (or 0x84392C) is unknown color: approx Crab Apple. HEX triplet: 84, 39 and 2C. RGB value is (132,57,44). Sum of RGB (Red+Green+Blue) = 132+57+44=233 (30% of max value = 765). Red value is 132 (51.95% from 255 or 56.65% from 233); Green value is 57 (22.66% from 255 or 24.46% from 233); Blue value is 44 (17.58% from 255 or 18.88% from 233); Max value from RGB is 132 - color contains mainly: red. Hex color #84392C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84392C is #7BC6D3. Grayscale: #4E4E4E. Windows color (decimal): -8111828 or 2898308. OLE color: 2898308.

HSL color Cylindrical-coordinate representation of color #84392C: hue angle of 8.86º 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 #84392C is Cyan = 0, Magento = 0.57, Yellow = 0.67 and Black (K on CMYK) = 0.48.

Color convert

RGB1325744-
CMYK00.570.670.48
HSL8.86º50%34.51%-
HSV(B)8.86º66.67%51.76%-
XYZ11.438.013.33-
YUV77.94108.85166.56-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 56.65%
GREEN value IS 57 (22.66% from 255) = 24.46%
BLUE value IS 44 (17.58% from 255) = 18.88%
R=56.65%
G=24.46%
B=18.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.67
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132574400.570.670.488.865034.51
Hex84392C039433093223
Octal204715407110360116243
Binary10000100111001101100011100110000111100001001110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84392C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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