#7F5320

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

Shades of Hot Curry #7F5320

Tints of Hot Curry #7F5320

Color information

#7F5320 (or 0x7F5320) is unknown color: approx Hot Curry. HEX triplet: 7F, 53 and 20. RGB value is (127,83,32). Sum of RGB (Red+Green+Blue) = 127+83+32=242 (32% of max value = 765). Red value is 127 (50% from 255 or 52.48% from 242); Green value is 83 (32.81% from 255 or 34.30% from 242); Blue value is 32 (12.89% from 255 or 13.22% from 242); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5320 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F5320 is #80ACDF. Grayscale: #5A5A5A. Windows color (decimal): -8432864 or 2118527. OLE color: 2118527.

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

Color convert

RGB1278332-
CMYK00.350.750.50
HSL32.21º59.75%31.18%-
HSV(B)32.21º74.8%49.8%-
XYZ12.1110.82.81-
YUV90.3495.08154.15-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 52.48%
GREEN value IS 83 (32.81% from 255) = 34.30%
BLUE value IS 32 (12.89% from 255) = 13.22%
R=52.48%
G=34.30%
B=13.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.75
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127833200.350.750.5032.2159.7531.18
Hex7F53200234B32203c1f
Octal1771234004311362407437
Binary111111110100111000000100011100101111001010000011110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F5320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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