#7F622C

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

Shades of Hot Curry #7F622C

Tints of Hot Curry #7F622C

Color information

#7F622C (or 0x7F622C) is unknown color: approx Hot Curry. HEX triplet: 7F, 62 and 2C. RGB value is (127,98,44). Sum of RGB (Red+Green+Blue) = 127+98+44=269 (35% of max value = 765). Red value is 127 (50% from 255 or 47.21% from 269); Green value is 98 (38.67% from 255 or 36.43% from 269); Blue value is 44 (17.58% from 255 or 16.36% from 269); Max value from RGB is 127 - color contains mainly: red. Hex color #7F622C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F622C is #809DD3. Grayscale: #646464. Windows color (decimal): -8429012 or 2908799. OLE color: 2908799.

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

Color convert

RGB1279844-
CMYK00.230.650.50
HSL39.04º48.54%33.53%-
HSV(B)39.04º65.35%49.8%-
XYZ13.5713.434.26-
YUV100.5296.11146.89-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 47.21%
GREEN value IS 98 (38.67% from 255) = 36.43%
BLUE value IS 44 (17.58% from 255) = 16.36%
R=47.21%
G=36.43%
B=16.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.65
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127984400.230.650.5039.0448.5433.53
Hex7F622C0174132273122
Octal1771425402710162476142
Binary111111111000101011000101111000001110010100111110001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F622C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,98,44); }

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

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

 a { background-color: rgb(127,98,44); }

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

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

 span { border-color: rgb(127,98,44); }

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