#84362C

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

Shades of Crab Apple #84362C

Tints of Crab Apple #84362C

Color information

#84362C (or 0x84362C) is unknown color: approx Crab Apple. HEX triplet: 84, 36 and 2C. RGB value is (132,54,44). Sum of RGB (Red+Green+Blue) = 132+54+44=230 (30% of max value = 765). Red value is 132 (51.95% from 255 or 57.39% from 230); Green value is 54 (21.48% from 255 or 23.48% from 230); Blue value is 44 (17.58% from 255 or 19.13% from 230); Max value from RGB is 132 - color contains mainly: red. Hex color #84362C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84362C is #7BC9D3. Grayscale: #4C4C4C. Windows color (decimal): -8112596 or 2897540. OLE color: 2897540.

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

Color convert

RGB1325444-
CMYK00.590.670.48
HSL6.82º50%34.51%-
HSV(B)6.82º66.67%51.76%-
XYZ11.297.733.28-
YUV76.18109.84167.81-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 57.39%
GREEN value IS 54 (21.48% from 255) = 23.48%
BLUE value IS 44 (17.58% from 255) = 19.13%
R=57.39%
G=23.48%
B=19.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.67
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132544400.590.670.486.825034.51
Hex84362C03B433073223
Octal20466540731036076243
Binary1000010011011010110001110111000011110000111110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84362C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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