#84382A

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

Shades of Crab Apple #84382A

Tints of Crab Apple #84382A

Color information

#84382A (or 0x84382A) is unknown color: approx Crab Apple. HEX triplet: 84, 38 and 2A. RGB value is (132,56,42). Sum of RGB (Red+Green+Blue) = 132+56+42=230 (30% of max value = 765). Red value is 132 (51.95% from 255 or 57.39% from 230); Green value is 56 (22.27% from 255 or 24.35% from 230); Blue value is 42 (16.80% from 255 or 18.26% from 230); Max value from RGB is 132 - color contains mainly: red. Hex color #84382A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84382A is #7BC7D5. Grayscale: #4D4D4D. Windows color (decimal): -8112086 or 2766980. OLE color: 2766980.

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

Color convert

RGB1325642-
CMYK00.580.680.48
HSL9.33º51.72%34.12%-
HSV(B)9.33º68.18%51.76%-
XYZ11.357.93.12-
YUV77.13108.18167.14-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 57.39%
GREEN value IS 56 (22.27% from 255) = 24.35%
BLUE value IS 42 (16.80% from 255) = 18.26%
R=57.39%
G=24.35%
B=18.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.68
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132564200.580.680.489.3351.7234.12
Hex84382A03A443093422
Octal204705207210460116442
Binary10000100111000101010011101010001001100001001110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84382A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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