#846225

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

Shades of Hot Curry #846225

Tints of Hot Curry #846225

Color information

#846225 (or 0x846225) is unknown color: approx Hot Curry. HEX triplet: 84, 62 and 25. RGB value is (132,98,37). Sum of RGB (Red+Green+Blue) = 132+98+37=267 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.44% from 267); Green value is 98 (38.67% from 255 or 36.70% from 267); Blue value is 37 (14.84% from 255 or 13.86% from 267); Max value from RGB is 132 - color contains mainly: red. Hex color #846225 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #846225 is #7B9DDA. Grayscale: #656565. Windows color (decimal): -8101339 or 2450052. OLE color: 2450052.

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

Color convert

RGB1329837-
CMYK00.260.720.48
HSL38.53º56.21%33.14%-
HSV(B)38.53º71.97%51.76%-
XYZ14.2213.773.66-
YUV101.2191.76149.96-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 49.44%
GREEN value IS 98 (38.67% from 255) = 36.70%
BLUE value IS 37 (14.84% from 255) = 13.86%
R=49.44%
G=36.70%
B=13.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.72
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132983700.260.720.4838.5356.2133.14
Hex84622501A4830273821
Octal2041424503211060477041
Binary1000010011000101001010110101001000110000100111111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846225; }

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

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

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

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

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

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

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

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