#846223

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

Shades of Hot Curry #846223

Tints of Hot Curry #846223

Color information

#846223 (or 0x846223) is unknown color: approx Hot Curry. HEX triplet: 84, 62 and 23. RGB value is (132,98,35). Sum of RGB (Red+Green+Blue) = 132+98+35=265 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.81% from 265); Green value is 98 (38.67% from 255 or 36.98% from 265); Blue value is 35 (14.06% from 255 or 13.21% from 265); Max value from RGB is 132 - color contains mainly: red. Hex color #846223 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #846223 is #7B9DDC. Grayscale: #656565. Windows color (decimal): -8101341 or 2318980. OLE color: 2318980.

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

Color convert

RGB1329835-
CMYK00.260.730.48
HSL38.97º58.08%32.75%-
HSV(B)38.97º73.48%51.76%-
XYZ14.1913.763.5-
YUV100.9890.76150.12-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 49.81%
GREEN value IS 98 (38.67% from 255) = 36.98%
BLUE value IS 35 (14.06% from 255) = 13.21%
R=49.81%
G=36.98%
B=13.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.73
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132983500.260.730.4838.9758.0832.75
Hex84622301A4930273a21
Octal2041424303211160477241
Binary1000010011000101000110110101001001110000100111111010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846223; }

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

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

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

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

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

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

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

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