#84372C

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

Shades of Crab Apple #84372C

Tints of Crab Apple #84372C

Color information

#84372C (or 0x84372C) is unknown color: approx Crab Apple. HEX triplet: 84, 37 and 2C. RGB value is (132,55,44). Sum of RGB (Red+Green+Blue) = 132+55+44=231 (30% of max value = 765). Red value is 132 (51.95% from 255 or 57.14% from 231); Green value is 55 (21.88% from 255 or 23.81% from 231); Blue value is 44 (17.58% from 255 or 19.05% from 231); Max value from RGB is 132 - color contains mainly: red. Hex color #84372C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84372C is #7BC8D3. Grayscale: #4C4C4C. Windows color (decimal): -8112340 or 2897796. OLE color: 2897796.

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

Color convert

RGB1325544-
CMYK00.580.670.48
HSL7.5º50%34.51%-
HSV(B)7.5º66.67%51.76%-
XYZ11.347.823.29-
YUV76.77109.51167.39-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 57.14%
GREEN value IS 55 (21.88% from 255) = 23.81%
BLUE value IS 44 (17.58% from 255) = 19.05%
R=57.14%
G=23.81%
B=19.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.67
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132554400.580.670.487.55034.51
Hex84372C03A433073223
Octal20467540721036076243
Binary1000010011011110110001110101000011110000111110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84372C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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