#7F632E

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

Shades of Hot Curry #7F632E

Tints of Hot Curry #7F632E

Color information

#7F632E (or 0x7F632E) is unknown color: approx Hot Curry. HEX triplet: 7F, 63 and 2E. RGB value is (127,99,46). Sum of RGB (Red+Green+Blue) = 127+99+46=272 (36% of max value = 765). Red value is 127 (50% from 255 or 46.69% from 272); Green value is 99 (39.06% from 255 or 36.40% from 272); Blue value is 46 (18.36% from 255 or 16.91% from 272); Max value from RGB is 127 - color contains mainly: red. Hex color #7F632E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F632E is #809CD1. Grayscale: #656565. Windows color (decimal): -8428754 or 3040127. OLE color: 3040127.

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

Color convert

RGB1279946-
CMYK00.220.640.50
HSL39.26º46.82%33.92%-
HSV(B)39.26º63.78%49.8%-
XYZ13.7113.634.49-
YUV101.3396.78146.31-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 46.69%
GREEN value IS 99 (39.06% from 255) = 36.40%
BLUE value IS 46 (18.36% from 255) = 16.91%
R=46.69%
G=36.40%
B=16.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.64
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127994600.220.640.5039.2646.8233.92
Hex7F632E0164032272f22
Octal1771435602610062475742
Binary111111111000111011100101101000000110010100111101111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F632E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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