#7F5120

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

Shades of Hot Curry #7F5120

Tints of Hot Curry #7F5120

Color information

#7F5120 (or 0x7F5120) is unknown color: approx Hot Curry. HEX triplet: 7F, 51 and 20. RGB value is (127,81,32). Sum of RGB (Red+Green+Blue) = 127+81+32=240 (31% of max value = 765). Red value is 127 (50% from 255 or 52.92% from 240); Green value is 81 (32.03% from 255 or 33.75% from 240); Blue value is 32 (12.89% from 255 or 13.33% from 240); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5120 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F5120 is #80AEDF. Grayscale: #595959. Windows color (decimal): -8433376 or 2118015. OLE color: 2118015.

HSL color Cylindrical-coordinate representation of color #7F5120: hue angle of 30.95º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7F5120 is Cyan = 0, Magento = 0.36, Yellow = 0.75 and Black (K on CMYK) = 0.50.

Color convert

RGB1278132-
CMYK00.360.750.50
HSL30.95º59.75%31.18%-
HSV(B)30.95º74.8%49.8%-
XYZ11.9610.52.76-
YUV89.1795.74154.98-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 52.92%
GREEN value IS 81 (32.03% from 255) = 33.75%
BLUE value IS 32 (12.89% from 255) = 13.33%
R=52.92%
G=33.75%
B=13.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.75
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127813200.360.750.5030.9559.7531.18
Hex7F51200244B321f3c1f
Octal1771214004411362377437
Binary11111111010001100000010010010010111100101111111110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F5120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,81,32); }

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

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

 a { background-color: rgb(127,81,32); }

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

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

 span { border-color: rgb(127,81,32); }

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