#84652C

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

Shades of Hot Curry #84652C

Tints of Hot Curry #84652C

Color information

#84652C (or 0x84652C) is unknown color: approx Hot Curry. HEX triplet: 84, 65 and 2C. RGB value is (132,101,44). Sum of RGB (Red+Green+Blue) = 132+101+44=277 (36% of max value = 765). Red value is 132 (51.95% from 255 or 47.65% from 277); Green value is 101 (39.84% from 255 or 36.46% from 277); Blue value is 44 (17.58% from 255 or 15.88% from 277); Max value from RGB is 132 - color contains mainly: red. Hex color #84652C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84652C is #7B9AD3. Grayscale: #686868. Windows color (decimal): -8100564 or 2909572. OLE color: 2909572.

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

Color convert

RGB13210144-
CMYK00.230.670.48
HSL38.86º50%34.51%-
HSV(B)38.86º66.67%51.76%-
XYZ14.6214.394.39-
YUV103.7794.27148.13-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 47.65%
GREEN value IS 101 (39.84% from 255) = 36.46%
BLUE value IS 44 (17.58% from 255) = 15.88%
R=47.65%
G=36.46%
B=15.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.67
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321014400.230.670.4838.865034.51
Hex84652C0174330273223
Octal2041455402710360476243
Binary1000010011001011011000101111000011110000100111110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84652C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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