#7B5625

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

Shades of Hot Curry #7B5625

Tints of Hot Curry #7B5625

Color information

#7B5625 (or 0x7B5625) is unknown color: approx Hot Curry. HEX triplet: 7B, 56 and 25. RGB value is (123,86,37). Sum of RGB (Red+Green+Blue) = 123+86+37=246 (32% of max value = 765). Red value is 123 (48.44% from 255 or 50% from 246); Green value is 86 (33.98% from 255 or 34.96% from 246); Blue value is 37 (14.84% from 255 or 15.04% from 246); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5625 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B5625 is #84A9DA. Grayscale: #5B5B5B. Windows color (decimal): -8694235 or 2446971. OLE color: 2446971.

HSL color Cylindrical-coordinate representation of color #7B5625: hue angle of 34.19º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7B5625 is Cyan = 0, Magento = 0.30, Yellow = 0.70 and Black (K on CMYK) = 0.52.

Color convert

RGB1238637-
CMYK00.300.700.52
HSL34.19º53.75%31.37%-
HSV(B)34.19º69.92%48.24%-
XYZ11.83113.25-
YUV91.4897.26150.48-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 50%
GREEN value IS 86 (33.98% from 255) = 34.96%
BLUE value IS 37 (14.84% from 255) = 15.04%
R=50%
G=34.96%
B=15.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.70
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123863700.300.700.5234.1953.7531.37
Hex7B562501E463422361f
Octal1731264503610664426637
Binary11110111010110100101011110100011011010010001011011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B5625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7B5625; }

 p { color: rgb(123,86,37); }

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

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

 a { background-color: rgb(123,86,37); }

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

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

 span { border-color: rgb(123,86,37); }

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