#84592F

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

Shades of Hot Curry #84592F

Tints of Hot Curry #84592F

Color information

#84592F (or 0x84592F) is unknown color: approx Hot Curry. HEX triplet: 84, 59 and 2F. RGB value is (132,89,47). Sum of RGB (Red+Green+Blue) = 132+89+47=268 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.25% from 268); Green value is 89 (35.16% from 255 or 33.21% from 268); Blue value is 47 (18.75% from 255 or 17.54% from 268); Max value from RGB is 132 - color contains mainly: red. Hex color #84592F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84592F is #7BA6D0. Grayscale: #616161. Windows color (decimal): -8103633 or 3103108. OLE color: 3103108.

HSL color Cylindrical-coordinate representation of color #84592F: hue angle of 29.65º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #84592F is Cyan = 0, Magento = 0.33, Yellow = 0.64 and Black (K on CMYK) = 0.48.

Color convert

RGB1328947-
CMYK00.330.640.48
HSL29.65º47.49%35.1%-
HSV(B)29.65º64.39%51.76%-
XYZ13.612.264.34-
YUV97.0799.75152.92-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 49.25%
GREEN value IS 89 (35.16% from 255) = 33.21%
BLUE value IS 47 (18.75% from 255) = 17.54%
R=49.25%
G=33.21%
B=17.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.64
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132894700.330.640.4829.6547.4935.1
Hex84592F02140301e2f23
Octal2041315704110060365743
Binary1000010010110011011110100001100000011000011110101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84592F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84592F; }

 p { color: rgb(132,89,47); }

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

<style>
 a { background-color: #84592F; }

 a { background-color: rgb(132,89,47); }

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

<style>
 span { border-color: #84592F; }

 span { border-color: rgb(132,89,47); }

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