#7F5D1A

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

Shades of Hot Curry #7F5D1A

Tints of Hot Curry #7F5D1A

Color information

#7F5D1A (or 0x7F5D1A) is unknown color: approx Hot Curry. HEX triplet: 7F, 5D and 1A. RGB value is (127,93,26). Sum of RGB (Red+Green+Blue) = 127+93+26=246 (32% of max value = 765). Red value is 127 (50% from 255 or 51.63% from 246); Green value is 93 (36.72% from 255 or 37.80% from 246); Blue value is 26 (10.55% from 255 or 10.57% from 246); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5D1A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F5D1A is #80A2E5. Grayscale: #5F5F5F. Windows color (decimal): -8430310 or 1727871. OLE color: 1727871.

HSL color Cylindrical-coordinate representation of color #7F5D1A: hue angle of 39.8º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7F5D1A is Cyan = 0, Magento = 0.27, Yellow = 0.80 and Black (K on CMYK) = 0.50.

Color convert

RGB1279326-
CMYK00.270.800.50
HSL39.8º66.01%30%-
HSV(B)39.8º79.53%49.8%-
XYZ12.8512.422.7-
YUV95.5388.76150.45-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 51.63%
GREEN value IS 93 (36.72% from 255) = 37.80%
BLUE value IS 26 (10.55% from 255) = 10.57%
R=51.63%
G=37.80%
B=10.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.80
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127932600.270.800.5039.866.0130
Hex7F5D1A01B503228421e
Octal17713532033120625010236
Binary11111111011101110100110111010000110010101000100001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F5D1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,93,26); }

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

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

 a { background-color: rgb(127,93,26); }

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

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

 span { border-color: rgb(127,93,26); }

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