#846122

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

Shades of Hot Curry #846122

Tints of Hot Curry #846122

Color information

#846122 (or 0x846122) is unknown color: approx Hot Curry. HEX triplet: 84, 61 and 22. RGB value is (132,97,34). Sum of RGB (Red+Green+Blue) = 132+97+34=263 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.19% from 263); Green value is 97 (38.28% from 255 or 36.88% from 263); Blue value is 34 (13.67% from 255 or 12.93% from 263); Max value from RGB is 132 - color contains mainly: red. Hex color #846122 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #846122 is #7B9EDD. Grayscale: #646464. Windows color (decimal): -8101598 or 2253188. OLE color: 2253188.

HSL color Cylindrical-coordinate representation of color #846122: hue angle of 38.57º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #846122 is Cyan = 0, Magento = 0.27, Yellow = 0.74 and Black (K on CMYK) = 0.48.

Color convert

RGB1329734-
CMYK00.270.740.48
HSL38.57º59.04%32.55%-
HSV(B)38.57º74.24%51.76%-
XYZ14.0813.573.39-
YUV100.2890.6150.62-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 50.19%
GREEN value IS 97 (38.28% from 255) = 36.88%
BLUE value IS 34 (13.67% from 255) = 12.93%
R=50.19%
G=36.88%
B=12.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.74
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132973400.270.740.4838.5759.0432.55
Hex84612201B4A30273b21
Octal2041414203311260477341
Binary1000010011000011000100110111001010110000100111111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846122; }

 p { color: rgb(132,97,34); }

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

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

 a { background-color: rgb(132,97,34); }

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

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

 span { border-color: rgb(132,97,34); }

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