#7F612E

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

Shades of Hot Curry #7F612E

Tints of Hot Curry #7F612E

Color information

#7F612E (or 0x7F612E) is unknown color: approx Hot Curry. HEX triplet: 7F, 61 and 2E. RGB value is (127,97,46). Sum of RGB (Red+Green+Blue) = 127+97+46=270 (35% of max value = 765). Red value is 127 (50% from 255 or 47.04% from 270); Green value is 97 (38.28% from 255 or 35.93% from 270); Blue value is 46 (18.36% from 255 or 17.04% from 270); Max value from RGB is 127 - color contains mainly: red. Hex color #7F612E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F612E is #809ED1. Grayscale: #646464. Windows color (decimal): -8429266 or 3039615. OLE color: 3039615.

HSL color Cylindrical-coordinate representation of color #7F612E: hue angle of 37.78º degrees, saturation: 0.47, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7F612E is Cyan = 0, Magento = 0.24, Yellow = 0.64 and Black (K on CMYK) = 0.50.

Color convert

RGB1279746-
CMYK00.240.640.50
HSL37.78º46.82%33.92%-
HSV(B)37.78º63.78%49.8%-
XYZ13.5213.264.43-
YUV100.1697.44147.15-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 47.04%
GREEN value IS 97 (38.28% from 255) = 35.93%
BLUE value IS 46 (18.36% from 255) = 17.04%
R=47.04%
G=35.93%
B=17.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.64
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127974600.240.640.5037.7846.8233.92
Hex7F612E0184032262f22
Octal1771415603010062465742
Binary111111111000011011100110001000000110010100110101111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F612E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,97,46); }

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

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

 a { background-color: rgb(127,97,46); }

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

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

 span { border-color: rgb(127,97,46); }

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