#845B19

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

Shades of Hot Curry #845B19

Tints of Hot Curry #845B19

Color information

#845B19 (or 0x845B19) is unknown color: approx Hot Curry. HEX triplet: 84, 5B and 19. RGB value is (132,91,25). Sum of RGB (Red+Green+Blue) = 132+91+25=248 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.23% from 248); Green value is 91 (35.94% from 255 or 36.69% from 248); Blue value is 25 (10.16% from 255 or 10.08% from 248); Max value from RGB is 132 - color contains mainly: red. Hex color #845B19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #845B19 is #7BA4E6. Grayscale: #606060. Windows color (decimal): -8103143 or 1661828. OLE color: 1661828.

HSL color Cylindrical-coordinate representation of color #845B19: hue angle of 37.01º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #845B19 is Cyan = 0, Magento = 0.31, Yellow = 0.81 and Black (K on CMYK) = 0.48.

Color convert

RGB1329125-
CMYK00.310.810.48
HSL37.01º68.15%30.78%-
HSV(B)37.01º81.06%51.76%-
XYZ13.4312.462.62-
YUV95.7388.08153.87-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 53.23%
GREEN value IS 91 (35.94% from 255) = 36.69%
BLUE value IS 25 (10.16% from 255) = 10.08%
R=53.23%
G=36.69%
B=10.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.81
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132912500.310.810.4837.0168.1530.78
Hex845B1901F513025441f
Octal20413331037121604510437
Binary100001001011011110010111111010001110000100101100010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845B19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845B19; }

 p { color: rgb(132,91,25); }

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

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

 a { background-color: rgb(132,91,25); }

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

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

 span { border-color: rgb(132,91,25); }

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