#7D612F

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

Shades of Hot Curry #7D612F

Tints of Hot Curry #7D612F

Color information

#7D612F (or 0x7D612F) is unknown color: approx Hot Curry. HEX triplet: 7D, 61 and 2F. RGB value is (125,97,47). Sum of RGB (Red+Green+Blue) = 125+97+47=269 (35% of max value = 765). Red value is 125 (49.22% from 255 or 46.47% from 269); Green value is 97 (38.28% from 255 or 36.06% from 269); Blue value is 47 (18.75% from 255 or 17.47% from 269); Max value from RGB is 125 - color contains mainly: red. Hex color #7D612F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D612F is #829ED0. Grayscale: #636363. Windows color (decimal): -8560337 or 3105149. OLE color: 3105149.

HSL color Cylindrical-coordinate representation of color #7D612F: hue angle of 38.46º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7D612F is Cyan = 0, Magento = 0.22, Yellow = 0.62 and Black (K on CMYK) = 0.51.

Color convert

RGB1259747-
CMYK00.220.620.51
HSL38.46º45.35%33.73%-
HSV(B)38.46º62.4%49.02%-
XYZ13.2513.114.52-
YUV99.6798.28146.07-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 46.47%
GREEN value IS 97 (38.28% from 255) = 36.06%
BLUE value IS 47 (18.75% from 255) = 17.47%
R=46.47%
G=36.06%
B=17.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.62
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125974700.220.620.5138.4645.3533.73
Hex7D612F0163E33262d22
Octal175141570267663465542
Binary11111011100001101111010110111110110011100110101101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D612F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,97,47); }

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

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

 a { background-color: rgb(125,97,47); }

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

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

 span { border-color: rgb(125,97,47); }

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