#7F6128

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

Shades of Hot Curry #7F6128

Tints of Hot Curry #7F6128

Color information

#7F6128 (or 0x7F6128) is unknown color: approx Hot Curry. HEX triplet: 7F, 61 and 28. RGB value is (127,97,40). Sum of RGB (Red+Green+Blue) = 127+97+40=264 (34% of max value = 765). Red value is 127 (50% from 255 or 48.11% from 264); Green value is 97 (38.28% from 255 or 36.74% from 264); Blue value is 40 (16.02% from 255 or 15.15% from 264); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6128 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F6128 is #809ED7. Grayscale: #636363. Windows color (decimal): -8429272 or 2646399. OLE color: 2646399.

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

Color convert

RGB1279740-
CMYK00.240.690.50
HSL39.31º52.1%32.75%-
HSV(B)39.31º68.5%49.8%-
XYZ13.4113.213.85-
YUV99.4794.44147.63-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 48.11%
GREEN value IS 97 (38.28% from 255) = 36.74%
BLUE value IS 40 (16.02% from 255) = 15.15%
R=48.11%
G=36.74%
B=15.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.69
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127974000.240.690.5039.3152.132.75
Hex7F61280184532273421
Octal1771415003010562476441
Binary111111111000011010000110001000101110010100111110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F6128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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