#846430

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

Shades of Hot Curry #846430

Tints of Hot Curry #846430

Color information

#846430 (or 0x846430) is unknown color: approx Hot Curry. HEX triplet: 84, 64 and 30. RGB value is (132,100,48). Sum of RGB (Red+Green+Blue) = 132+100+48=280 (37% of max value = 765). Red value is 132 (51.95% from 255 or 47.14% from 280); Green value is 100 (39.45% from 255 or 35.71% from 280); Blue value is 48 (19.14% from 255 or 17.14% from 280); Max value from RGB is 132 - color contains mainly: red. Hex color #846430 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #846430 is #7B9BCF. Grayscale: #676767. Windows color (decimal): -8100816 or 3171460. OLE color: 3171460.

HSL color Cylindrical-coordinate representation of color #846430: hue angle of 37.14º 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 #846430 is Cyan = 0, Magento = 0.24, Yellow = 0.64 and Black (K on CMYK) = 0.48.

Color convert

RGB13210048-
CMYK00.240.640.48
HSL37.14º46.67%35.29%-
HSV(B)37.14º63.64%51.76%-
XYZ14.6114.234.77-
YUV103.6496.6148.23-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 47.14%
GREEN value IS 100 (39.45% from 255) = 35.71%
BLUE value IS 48 (19.14% from 255) = 17.14%
R=47.14%
G=35.71%
B=17.14%

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
Decimal1321004800.240.640.4837.1446.6735.29
Hex8464300184030252f23
Octal2041446003010060455743
Binary1000010011001001100000110001000000110000100101101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846430; }

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

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

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

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

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

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

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

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