#7F582F

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

Shades of Hot Curry #7F582F

Tints of Hot Curry #7F582F

Color information

#7F582F (or 0x7F582F) is unknown color: approx Hot Curry. HEX triplet: 7F, 58 and 2F. RGB value is (127,88,47). Sum of RGB (Red+Green+Blue) = 127+88+47=262 (34% of max value = 765). Red value is 127 (50% from 255 or 48.47% from 262); Green value is 88 (34.77% from 255 or 33.59% from 262); Blue value is 47 (18.75% from 255 or 17.94% from 262); Max value from RGB is 127 - color contains mainly: red. Hex color #7F582F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F582F is #80A7D0. Grayscale: #5F5F5F. Windows color (decimal): -8431569 or 3102847. OLE color: 3102847.

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

Color convert

RGB1278847-
CMYK00.310.630.50
HSL30.75º45.98%34.12%-
HSV(B)30.75º62.99%49.8%-
XYZ12.7611.74.27-
YUV94.99100.92150.83-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 48.47%
GREEN value IS 88 (34.77% from 255) = 33.59%
BLUE value IS 47 (18.75% from 255) = 17.94%
R=48.47%
G=33.59%
B=17.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.63
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127884700.310.630.5030.7545.9834.12
Hex7F582F01F3F321f2e22
Octal177130570377762375642
Binary1111111101100010111101111111111111001011111101110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F582F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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