#7F562D

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

Shades of Hot Curry #7F562D

Tints of Hot Curry #7F562D

Color information

#7F562D (or 0x7F562D) is unknown color: approx Hot Curry. HEX triplet: 7F, 56 and 2D. RGB value is (127,86,45). Sum of RGB (Red+Green+Blue) = 127+86+45=258 (34% of max value = 765). Red value is 127 (50% from 255 or 49.22% from 258); Green value is 86 (33.98% from 255 or 33.33% from 258); Blue value is 45 (17.97% from 255 or 17.44% from 258); Max value from RGB is 127 - color contains mainly: red. Hex color #7F562D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F562D is #80A9D2. Grayscale: #5D5D5D. Windows color (decimal): -8432083 or 2971263. OLE color: 2971263.

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

Color convert

RGB1278645-
CMYK00.320.650.50
HSL30º47.67%33.73%-
HSV(B)30º64.57%49.8%-
XYZ12.5511.364.01-
YUV93.58100.58151.83-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 49.22%
GREEN value IS 86 (33.98% from 255) = 33.33%
BLUE value IS 45 (17.97% from 255) = 17.44%
R=49.22%
G=33.33%
B=17.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.65
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127864500.320.650.503047.6733.73
Hex7F562D02041321e3022
Octal1771265504010162366042
Binary111111110101101011010100000100000111001011110110000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F562D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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