#84662C

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

Shades of Hot Curry #84662C

Tints of Hot Curry #84662C

Color information

#84662C (or 0x84662C) is unknown color: approx Hot Curry. HEX triplet: 84, 66 and 2C. RGB value is (132,102,44). Sum of RGB (Red+Green+Blue) = 132+102+44=278 (36% of max value = 765). Red value is 132 (51.95% from 255 or 47.48% from 278); Green value is 102 (40.23% from 255 or 36.69% from 278); Blue value is 44 (17.58% from 255 or 15.83% from 278); Max value from RGB is 132 - color contains mainly: red. Hex color #84662C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84662C is #7B99D3. Grayscale: #686868. Windows color (decimal): -8100308 or 2909828. OLE color: 2909828.

HSL color Cylindrical-coordinate representation of color #84662C: hue angle of 39.55º 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 #84662C is Cyan = 0, Magento = 0.23, Yellow = 0.67 and Black (K on CMYK) = 0.48.

Color convert

RGB13210244-
CMYK00.230.670.48
HSL39.55º50%34.51%-
HSV(B)39.55º66.67%51.76%-
XYZ14.7214.594.42-
YUV104.3693.94147.72-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 47.48%
GREEN value IS 102 (40.23% from 255) = 36.69%
BLUE value IS 44 (17.58% from 255) = 15.83%
R=47.48%
G=36.69%
B=15.83%

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
Decimal1321024400.230.670.4839.555034.51
Hex84662C0174330283223
Octal2041465402710360506243
Binary1000010011001101011000101111000011110000101000110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84662C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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