#7D6130

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

Shades of Hot Curry #7D6130

Tints of Hot Curry #7D6130

Color information

#7D6130 (or 0x7D6130) is unknown color: approx Hot Curry. HEX triplet: 7D, 61 and 30. RGB value is (125,97,48). Sum of RGB (Red+Green+Blue) = 125+97+48=270 (35% of max value = 765). Red value is 125 (49.22% from 255 or 46.30% from 270); Green value is 97 (38.28% from 255 or 35.93% from 270); Blue value is 48 (19.14% from 255 or 17.78% from 270); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6130 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D6130 is #829ECF. Grayscale: #646464. Windows color (decimal): -8560336 or 3170685. OLE color: 3170685.

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

Color convert

RGB1259748-
CMYK00.220.620.51
HSL38.18º44.51%33.92%-
HSV(B)38.18º61.6%49.02%-
XYZ13.2713.124.63-
YUV99.7998.78145.98-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 46.30%
GREEN value IS 97 (38.28% from 255) = 35.93%
BLUE value IS 48 (19.14% from 255) = 17.78%
R=46.30%
G=35.93%
B=17.78%

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
Decimal125974800.220.620.5138.1844.5133.92
Hex7D61300163E33262d22
Octal175141600267663465542
Binary11111011100001110000010110111110110011100110101101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D6130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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