#84642F

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

Shades of Hot Curry #84642F

Tints of Hot Curry #84642F

Color information

#84642F (or 0x84642F) is unknown color: approx Hot Curry. HEX triplet: 84, 64 and 2F. RGB value is (132,100,47). Sum of RGB (Red+Green+Blue) = 132+100+47=279 (36% of max value = 765). Red value is 132 (51.95% from 255 or 47.31% from 279); Green value is 100 (39.45% from 255 or 35.84% from 279); Blue value is 47 (18.75% from 255 or 16.85% from 279); Max value from RGB is 132 - color contains mainly: red. Hex color #84642F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84642F is #7B9BD0. Grayscale: #676767. Windows color (decimal): -8100817 or 3105924. OLE color: 3105924.

HSL color Cylindrical-coordinate representation of color #84642F: hue angle of 37.41º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #84642F is Cyan = 0, Magento = 0.24, Yellow = 0.64 and Black (K on CMYK) = 0.48.

Color convert

RGB13210047-
CMYK00.240.640.48
HSL37.41º47.49%35.1%-
HSV(B)37.41º64.39%51.76%-
XYZ14.5914.234.67-
YUV103.5396.1148.31-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 47.31%
GREEN value IS 100 (39.45% from 255) = 35.84%
BLUE value IS 47 (18.75% from 255) = 16.85%
R=47.31%
G=35.84%
B=16.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.64
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321004700.240.640.4837.4147.4935.1
Hex84642F0184030252f23
Octal2041445703010060455743
Binary1000010011001001011110110001000000110000100101101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84642F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84642F; }

 p { color: rgb(132,100,47); }

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

<style>
 a { background-color: #84642F; }

 a { background-color: rgb(132,100,47); }

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

<style>
 span { border-color: #84642F; }

 span { border-color: rgb(132,100,47); }

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