#7D562F

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

Shades of Hot Curry #7D562F

Tints of Hot Curry #7D562F

Color information

#7D562F (or 0x7D562F) is unknown color: approx Hot Curry. HEX triplet: 7D, 56 and 2F. RGB value is (125,86,47). Sum of RGB (Red+Green+Blue) = 125+86+47=258 (34% of max value = 765). Red value is 125 (49.22% from 255 or 48.45% from 258); Green value is 86 (33.98% from 255 or 33.33% from 258); Blue value is 47 (18.75% from 255 or 18.22% from 258); Max value from RGB is 125 - color contains mainly: red. Hex color #7D562F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D562F is #82A9D0. Grayscale: #5D5D5D. Windows color (decimal): -8563153 or 3102333. OLE color: 3102333.

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

Color convert

RGB1258647-
CMYK00.310.620.51
HSL30º45.35%33.73%-
HSV(B)30º62.4%49.02%-
XYZ12.311.224.21-
YUV93.22101.92150.67-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 48.45%
GREEN value IS 86 (33.98% from 255) = 33.33%
BLUE value IS 47 (18.75% from 255) = 18.22%
R=48.45%
G=33.33%
B=18.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.62
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125864700.310.620.513045.3533.73
Hex7D562F01F3E331e2d22
Octal175126570377663365542
Binary1111101101011010111101111111111011001111110101101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D562F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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