#84602D

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

Shades of Hot Curry #84602D

Tints of Hot Curry #84602D

Color information

#84602D (or 0x84602D) is unknown color: approx Hot Curry. HEX triplet: 84, 60 and 2D. RGB value is (132,96,45). Sum of RGB (Red+Green+Blue) = 132+96+45=273 (36% of max value = 765). Red value is 132 (51.95% from 255 or 48.35% from 273); Green value is 96 (37.89% from 255 or 35.16% from 273); Blue value is 45 (17.97% from 255 or 16.48% from 273); Max value from RGB is 132 - color contains mainly: red. Hex color #84602D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84602D is #7B9FD2. Grayscale: #656565. Windows color (decimal): -8101843 or 2973828. OLE color: 2973828.

HSL color Cylindrical-coordinate representation of color #84602D: hue angle of 35.17º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #84602D is Cyan = 0, Magento = 0.27, Yellow = 0.66 and Black (K on CMYK) = 0.48.

Color convert

RGB1329645-
CMYK00.270.660.48
HSL35.17º49.15%34.71%-
HSV(B)35.17º65.91%51.76%-
XYZ14.1713.464.33-
YUV100.9596.43150.15-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 48.35%
GREEN value IS 96 (37.89% from 255) = 35.16%
BLUE value IS 45 (17.97% from 255) = 16.48%
R=48.35%
G=35.16%
B=16.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.66
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132964500.270.660.4835.1749.1534.71
Hex84602D01B4230233123
Octal2041405503310260436143
Binary1000010011000001011010110111000010110000100011110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84602D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,96,45); }

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

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

 a { background-color: rgb(132,96,45); }

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

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

 span { border-color: rgb(132,96,45); }

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