#84632D

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

Shades of Hot Curry #84632D

Tints of Hot Curry #84632D

Color information

#84632D (or 0x84632D) is unknown color: approx Hot Curry. HEX triplet: 84, 63 and 2D. RGB value is (132,99,45). Sum of RGB (Red+Green+Blue) = 132+99+45=276 (36% of max value = 765). Red value is 132 (51.95% from 255 or 47.83% from 276); Green value is 99 (39.06% from 255 or 35.87% from 276); Blue value is 45 (17.97% from 255 or 16.30% from 276); Max value from RGB is 132 - color contains mainly: red. Hex color #84632D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84632D is #7B9CD2. Grayscale: #666666. Windows color (decimal): -8101075 or 2974596. OLE color: 2974596.

HSL color Cylindrical-coordinate representation of color #84632D: hue angle of 37.24º 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 #84632D is Cyan = 0, Magento = 0.25, Yellow = 0.66 and Black (K on CMYK) = 0.48.

Color convert

RGB1329945-
CMYK00.250.660.48
HSL37.24º49.15%34.71%-
HSV(B)37.24º65.91%51.76%-
XYZ14.4514.024.43-
YUV102.7195.43148.89-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 47.83%
GREEN value IS 99 (39.06% from 255) = 35.87%
BLUE value IS 45 (17.97% from 255) = 16.30%
R=47.83%
G=35.87%
B=16.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.66
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132994500.250.660.4837.2449.1534.71
Hex84632D0194230253123
Octal2041435503110260456143
Binary1000010011000111011010110011000010110000100101110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84632D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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