#84562b

Color #84562B Hot Curry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hot Curry #84562B

Tints of Hot Curry #84562B

Color information

#84562B (or 0x84562B) is unknown color: approx Hot Curry. HEX triplet: 84, 56 and 2B. RGB value is (132,86,43). Sum of RGB (Red+Green+Blue) = 132+86+43=261 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.57% from 261); Green value is 86 (33.98% from 255 or 32.95% from 261); Blue value is 43 (17.19% from 255 or 16.48% from 261); Max value from RGB is 132 - color contains mainly: red. Hex color #84562B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84562B is #7BA9D4. Grayscale: #5F5F5F. Windows color (decimal): -8104405 or 2840196. OLE color: 2840196.

HSL color Cylindrical-coordinate representation of color #84562B: hue angle of 28.99º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #84562B is Cyan = 0, Magento = 0.35, Yellow = 0.67 and Black (K on CMYK) = 0.48.

Color convert

RGB1328643-
CMYK00.350.670.48
HSL28.99º50.86%34.31%-
HSV(B)28.99º67.42%51.76%-
XYZ13.2811.743.85-
YUV94.8598.74154.5-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 50.57%
GREEN value IS 86 (33.98% from 255) = 32.95%
BLUE value IS 43 (17.19% from 255) = 16.48%
R=50.57%
G=32.95%
B=16.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.67
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132864300.350.670.4828.9950.8634.31
Hex84562B02343301d3322
Octal2041265304310360356342
Binary1000010010101101010110100011100001111000011101110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84562b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84562b; }

 p { color: rgb(132,86,43); }

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

<style>
 a { background-color: #84562b; }

 a { background-color: rgb(132,86,43); }

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

<style>
 span { border-color: #84562b; }

 span { border-color: rgb(132,86,43); }

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