#84652E

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

Shades of Hot Curry #84652E

Tints of Hot Curry #84652E

Color information

#84652E (or 0x84652E) is unknown color: approx Hot Curry. HEX triplet: 84, 65 and 2E. RGB value is (132,101,46). Sum of RGB (Red+Green+Blue) = 132+101+46=279 (36% of max value = 765). Red value is 132 (51.95% from 255 or 47.31% from 279); Green value is 101 (39.84% from 255 or 36.20% from 279); Blue value is 46 (18.36% from 255 or 16.49% from 279); Max value from RGB is 132 - color contains mainly: red. Hex color #84652E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84652E is #7B9AD1. Grayscale: #686868. Windows color (decimal): -8100562 or 3040644. OLE color: 3040644.

HSL color Cylindrical-coordinate representation of color #84652E: hue angle of 38.37º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #84652E is Cyan = 0, Magento = 0.23, Yellow = 0.65 and Black (K on CMYK) = 0.48.

Color convert

RGB13210146-
CMYK00.230.650.48
HSL38.37º48.31%34.9%-
HSV(B)38.37º65.15%51.76%-
XYZ14.6614.414.59-
YUV10495.27147.97-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 47.31%
GREEN value IS 101 (39.84% from 255) = 36.20%
BLUE value IS 46 (18.36% from 255) = 16.49%
R=47.31%
G=36.20%
B=16.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.65
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321014600.230.650.4838.3748.3134.9
Hex84652E0174130263023
Octal2041455602710160466043
Binary1000010011001011011100101111000001110000100110110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84652E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84652E; }

 p { color: rgb(132,101,46); }

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

<style>
 a { background-color: #84652E; }

 a { background-color: rgb(132,101,46); }

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

<style>
 span { border-color: #84652E; }

 span { border-color: rgb(132,101,46); }

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