#7f642f

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

Shades of Hot Curry #7F642F

Tints of Hot Curry #7F642F

Color information

#7F642F (or 0x7F642F) is unknown color: approx Hot Curry. HEX triplet: 7F, 64 and 2F. RGB value is (127,100,47). Sum of RGB (Red+Green+Blue) = 127+100+47=274 (36% of max value = 765). Red value is 127 (50% from 255 or 46.35% from 274); Green value is 100 (39.45% from 255 or 36.50% from 274); Blue value is 47 (18.75% from 255 or 17.15% from 274); Max value from RGB is 127 - color contains mainly: red. Hex color #7F642F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F642F is #809BD0. Grayscale: #666666. Windows color (decimal): -8428497 or 3105919. OLE color: 3105919.

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

Color convert

RGB12710047-
CMYK00.210.630.50
HSL39.75º45.98%34.12%-
HSV(B)39.75º62.99%49.8%-
XYZ13.8213.834.63-
YUV102.0396.95145.81-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 46.35%
GREEN value IS 100 (39.45% from 255) = 36.50%
BLUE value IS 47 (18.75% from 255) = 17.15%
R=46.35%
G=36.50%
B=17.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.63
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1271004700.210.630.5039.7545.9834.12
Hex7F642F0153F32282e22
Octal177144570257762505642
Binary11111111100100101111010101111111110010101000101110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7f642f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,100,47); }

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

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

 a { background-color: rgb(127,100,47); }

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

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

 span { border-color: rgb(127,100,47); }

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