#7F5420

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

Shades of Hot Curry #7F5420

Tints of Hot Curry #7F5420

Color information

#7F5420 (or 0x7F5420) is unknown color: approx Hot Curry. HEX triplet: 7F, 54 and 20. RGB value is (127,84,32). Sum of RGB (Red+Green+Blue) = 127+84+32=243 (32% of max value = 765). Red value is 127 (50% from 255 or 52.26% from 243); Green value is 84 (33.20% from 255 or 34.57% from 243); Blue value is 32 (12.89% from 255 or 13.17% from 243); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5420 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F5420 is #80ABDF. Grayscale: #5B5B5B. Windows color (decimal): -8432608 or 2118783. OLE color: 2118783.

HSL color Cylindrical-coordinate representation of color #7F5420: hue angle of 32.84º 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 #7F5420 is Cyan = 0, Magento = 0.34, Yellow = 0.75 and Black (K on CMYK) = 0.50.

Color convert

RGB1278432-
CMYK00.340.750.50
HSL32.84º59.75%31.18%-
HSV(B)32.84º74.8%49.8%-
XYZ12.1810.962.84-
YUV90.9394.75153.73-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 52.26%
GREEN value IS 84 (33.20% from 255) = 34.57%
BLUE value IS 32 (12.89% from 255) = 13.17%
R=52.26%
G=34.57%
B=13.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.75
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127843200.340.750.5032.8459.7531.18
Hex7F54200224B32213c1f
Octal1771244004211362417437
Binary111111110101001000000100010100101111001010000111110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F5420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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