#7F622D

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

Shades of Hot Curry #7F622D

Tints of Hot Curry #7F622D

Color information

#7F622D (or 0x7F622D) is unknown color: approx Hot Curry. HEX triplet: 7F, 62 and 2D. RGB value is (127,98,45). Sum of RGB (Red+Green+Blue) = 127+98+45=270 (35% of max value = 765). Red value is 127 (50% from 255 or 47.04% from 270); Green value is 98 (38.67% from 255 or 36.30% from 270); Blue value is 45 (17.97% from 255 or 16.67% from 270); Max value from RGB is 127 - color contains mainly: red. Hex color #7F622D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F622D is #809DD2. Grayscale: #646464. Windows color (decimal): -8429011 or 2974335. OLE color: 2974335.

HSL color Cylindrical-coordinate representation of color #7F622D: hue angle of 38.78º degrees, saturation: 0.48, 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 #7F622D is Cyan = 0, Magento = 0.23, Yellow = 0.65 and Black (K on CMYK) = 0.50.

Color convert

RGB1279845-
CMYK00.230.650.50
HSL38.78º47.67%33.73%-
HSV(B)38.78º64.57%49.8%-
XYZ13.5913.444.36-
YUV100.6396.61146.81-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 47.04%
GREEN value IS 98 (38.67% from 255) = 36.30%
BLUE value IS 45 (17.97% from 255) = 16.67%
R=47.04%
G=36.30%
B=16.67%

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
Decimal127984500.230.650.5038.7847.6733.73
Hex7F622D0174132273022
Octal1771425502710162476042
Binary111111111000101011010101111000001110010100111110000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F622D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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