#84372D

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

Shades of Crab Apple #84372D

Tints of Crab Apple #84372D

Color information

#84372D (or 0x84372D) is unknown color: approx Crab Apple. HEX triplet: 84, 37 and 2D. RGB value is (132,55,45). Sum of RGB (Red+Green+Blue) = 132+55+45=232 (30% of max value = 765). Red value is 132 (51.95% from 255 or 56.90% from 232); Green value is 55 (21.88% from 255 or 23.71% from 232); Blue value is 45 (17.97% from 255 or 19.40% from 232); Max value from RGB is 132 - color contains mainly: red. Hex color #84372D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84372D is #7BC8D2. Grayscale: #4D4D4D. Windows color (decimal): -8112339 or 2963332. OLE color: 2963332.

HSL color Cylindrical-coordinate representation of color #84372D: hue angle of 6.9º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #84372D is Cyan = 0, Magento = 0.58, Yellow = 0.66 and Black (K on CMYK) = 0.48.

Color convert

RGB1325545-
CMYK00.580.660.48
HSL6.9º49.15%34.71%-
HSV(B)6.9º65.91%51.76%-
XYZ11.367.833.39-
YUV76.88110.01167.31-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 56.90%
GREEN value IS 55 (21.88% from 255) = 23.71%
BLUE value IS 45 (17.97% from 255) = 19.40%
R=56.90%
G=23.71%
B=19.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.66
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132554500.580.660.486.949.1534.71
Hex84372D03A423073123
Octal20467550721026076143
Binary1000010011011110110101110101000010110000111110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84372D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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