#84541D

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

Shades of Hot Curry #84541D

Tints of Hot Curry #84541D

Color information

#84541D (or 0x84541D) is unknown color: approx Hot Curry. HEX triplet: 84, 54 and 1D. RGB value is (132,84,29). Sum of RGB (Red+Green+Blue) = 132+84+29=245 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.88% from 245); Green value is 84 (33.20% from 255 or 34.29% from 245); Blue value is 29 (11.72% from 255 or 11.84% from 245); Max value from RGB is 132 - color contains mainly: red. Hex color #84541D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84541D is #7BABE2. Grayscale: #5C5C5C. Windows color (decimal): -8104931 or 1922180. OLE color: 1922180.

HSL color Cylindrical-coordinate representation of color #84541D: hue angle of 32.04º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #84541D is Cyan = 0, Magento = 0.36, Yellow = 0.78 and Black (K on CMYK) = 0.48.

Color convert

RGB1328429-
CMYK00.360.780.48
HSL32.04º63.98%31.57%-
HSV(B)32.04º78.03%51.76%-
XYZ12.9111.332.67-
YUV92.0892.4156.47-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 53.88%
GREEN value IS 84 (33.20% from 255) = 34.29%
BLUE value IS 29 (11.72% from 255) = 11.84%
R=53.88%
G=34.29%
B=11.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.78
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132842900.360.780.4832.0463.9831.57
Hex84541D0244E30204020
Octal20412435044116604010040
Binary10000100101010011101010010010011101100001000001000000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84541D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,84,29); }

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

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

 a { background-color: rgb(132,84,29); }

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

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

 span { border-color: rgb(132,84,29); }

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