#846222

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

Shades of Hot Curry #846222

Tints of Hot Curry #846222

Color information

#846222 (or 0x846222) is unknown color: approx Hot Curry. HEX triplet: 84, 62 and 22. RGB value is (132,98,34). Sum of RGB (Red+Green+Blue) = 132+98+34=264 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50% from 264); Green value is 98 (38.67% from 255 or 37.12% from 264); Blue value is 34 (13.67% from 255 or 12.88% from 264); Max value from RGB is 132 - color contains mainly: red. Hex color #846222 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #846222 is #7B9DDD. Grayscale: #656565. Windows color (decimal): -8101342 or 2253444. OLE color: 2253444.

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

Color convert

RGB1329834-
CMYK00.260.740.48
HSL39.18º59.04%32.55%-
HSV(B)39.18º74.24%51.76%-
XYZ14.1713.763.42-
YUV100.8790.26150.2-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 50%
GREEN value IS 98 (38.67% from 255) = 37.12%
BLUE value IS 34 (13.67% from 255) = 12.88%
R=50%
G=37.12%
B=12.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.74
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132983400.260.740.4839.1859.0432.55
Hex84622201A4A30273b21
Octal2041424203211260477341
Binary1000010011000101000100110101001010110000100111111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846222; }

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

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

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

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

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

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

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

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