#7F531D

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

Shades of Hot Curry #7F531D

Tints of Hot Curry #7F531D

Color information

#7F531D (or 0x7F531D) is unknown color: approx Hot Curry. HEX triplet: 7F, 53 and 1D. RGB value is (127,83,29). Sum of RGB (Red+Green+Blue) = 127+83+29=239 (31% of max value = 765). Red value is 127 (50% from 255 or 53.14% from 239); Green value is 83 (32.81% from 255 or 34.73% from 239); Blue value is 29 (11.72% from 255 or 12.13% from 239); Max value from RGB is 127 - color contains mainly: red. Hex color #7F531D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F531D is #80ACE2. Grayscale: #5A5A5A. Windows color (decimal): -8432867 or 1921919. OLE color: 1921919.

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

Color convert

RGB1278329-
CMYK00.350.770.50
HSL33.06º62.82%30.59%-
HSV(B)33.06º77.17%49.8%-
XYZ12.0710.792.61-
YUV9093.58154.39-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 53.14%
GREEN value IS 83 (32.81% from 255) = 34.73%
BLUE value IS 29 (11.72% from 255) = 12.13%
R=53.14%
G=34.73%
B=12.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.77
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127832900.350.770.5033.0662.8230.59
Hex7F531D0234D32213f1f
Octal1771233504311562417737
Binary11111111010011111010100011100110111001010000111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F531D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,83,29); }

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

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

 a { background-color: rgb(127,83,29); }

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

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

 span { border-color: rgb(127,83,29); }

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