#846429

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

Shades of Hot Curry #846429

Tints of Hot Curry #846429

Color information

#846429 (or 0x846429) is unknown color: approx Hot Curry. HEX triplet: 84, 64 and 29. RGB value is (132,100,41). Sum of RGB (Red+Green+Blue) = 132+100+41=273 (36% of max value = 765). Red value is 132 (51.95% from 255 or 48.35% from 273); Green value is 100 (39.45% from 255 or 36.63% from 273); Blue value is 41 (16.41% from 255 or 15.02% from 273); Max value from RGB is 132 - color contains mainly: red. Hex color #846429 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #846429 is #7B9BD6. Grayscale: #676767. Windows color (decimal): -8100823 or 2712708. OLE color: 2712708.

HSL color Cylindrical-coordinate representation of color #846429: hue angle of 38.9º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #846429 is Cyan = 0, Magento = 0.24, Yellow = 0.69 and Black (K on CMYK) = 0.48.

Color convert

RGB13210041-
CMYK00.240.690.48
HSL38.9º52.6%33.92%-
HSV(B)38.9º68.94%51.76%-
XYZ14.4714.184.07-
YUV102.8493.1148.8-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 48.35%
GREEN value IS 100 (39.45% from 255) = 36.63%
BLUE value IS 41 (16.41% from 255) = 15.02%
R=48.35%
G=36.63%
B=15.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.69
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321004100.240.690.4838.952.633.92
Hex8464290184530273522
Octal2041445103010560476542
Binary1000010011001001010010110001000101110000100111110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846429; }

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

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

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

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

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

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

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

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