#846028

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

Shades of Hot Curry #846028

Tints of Hot Curry #846028

Color information

#846028 (or 0x846028) is unknown color: approx Hot Curry. HEX triplet: 84, 60 and 28. RGB value is (132,96,40). Sum of RGB (Red+Green+Blue) = 132+96+40=268 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.25% from 268); Green value is 96 (37.89% from 255 or 35.82% from 268); Blue value is 40 (16.02% from 255 or 14.93% from 268); Max value from RGB is 132 - color contains mainly: red. Hex color #846028 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #846028 is #7B9FD7. Grayscale: #646464. Windows color (decimal): -8101848 or 2646148. OLE color: 2646148.

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

Color convert

RGB1329640-
CMYK00.270.700.48
HSL36.52º53.49%33.73%-
HSV(B)36.52º69.7%51.76%-
XYZ14.0813.423.86-
YUV100.3893.93150.55-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 49.25%
GREEN value IS 96 (37.89% from 255) = 35.82%
BLUE value IS 40 (16.02% from 255) = 14.93%
R=49.25%
G=35.82%
B=14.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.70
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132964000.270.700.4836.5253.4933.73
Hex84602801B4630253522
Octal2041405003310660456542
Binary1000010011000001010000110111000110110000100101110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846028; }

 p { color: rgb(132,96,40); }

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

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

 a { background-color: rgb(132,96,40); }

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

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

 span { border-color: rgb(132,96,40); }

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