#845F25

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

Shades of Hot Curry #845F25

Tints of Hot Curry #845F25

Color information

#845F25 (or 0x845F25) is unknown color: approx Hot Curry. HEX triplet: 84, 5F and 25. RGB value is (132,95,37). Sum of RGB (Red+Green+Blue) = 132+95+37=264 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50% from 264); Green value is 95 (37.5% from 255 or 35.98% from 264); Blue value is 37 (14.84% from 255 or 14.02% from 264); Max value from RGB is 132 - color contains mainly: red. Hex color #845F25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845F25 is #7BA0DA. Grayscale: #636363. Windows color (decimal): -8102107 or 2449284. OLE color: 2449284.

HSL color Cylindrical-coordinate representation of color #845F25: hue angle of 36.63º 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 #845F25 is Cyan = 0, Magento = 0.28, Yellow = 0.72 and Black (K on CMYK) = 0.48.

Color convert

RGB1329537-
CMYK00.280.720.48
HSL36.63º56.21%33.14%-
HSV(B)36.63º71.97%51.76%-
XYZ13.9413.223.57-
YUV99.4592.76151.22-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 50%
GREEN value IS 95 (37.5% from 255) = 35.98%
BLUE value IS 37 (14.84% from 255) = 14.02%
R=50%
G=35.98%
B=14.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.72
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132953700.280.720.4836.6356.2133.14
Hex845F2501C4830253821
Octal2041374503411060457041
Binary1000010010111111001010111001001000110000100101111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845F25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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