#7F582D

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

Shades of Hot Curry #7F582D

Tints of Hot Curry #7F582D

Color information

#7F582D (or 0x7F582D) is unknown color: approx Hot Curry. HEX triplet: 7F, 58 and 2D. RGB value is (127,88,45). Sum of RGB (Red+Green+Blue) = 127+88+45=260 (34% of max value = 765). Red value is 127 (50% from 255 or 48.85% from 260); Green value is 88 (34.77% from 255 or 33.85% from 260); Blue value is 45 (17.97% from 255 or 17.31% from 260); Max value from RGB is 127 - color contains mainly: red. Hex color #7F582D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F582D is #80A7D2. Grayscale: #5E5E5E. Windows color (decimal): -8431571 or 2971775. OLE color: 2971775.

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

Color convert

RGB1278845-
CMYK00.310.650.50
HSL31.46º47.67%33.73%-
HSV(B)31.46º64.57%49.8%-
XYZ12.7211.684.07-
YUV94.7699.92151-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 48.85%
GREEN value IS 88 (34.77% from 255) = 33.85%
BLUE value IS 45 (17.97% from 255) = 17.31%
R=48.85%
G=33.85%
B=17.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.65
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127884500.310.650.5031.4647.6733.73
Hex7F582D01F41321f3022
Octal1771305503710162376042
Binary11111111011000101101011111100000111001011111110000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F582D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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