#7C521D

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

Shades of Hot Curry #7C521D

Tints of Hot Curry #7C521D

Color information

#7C521D (or 0x7C521D) is unknown color: approx Hot Curry. HEX triplet: 7C, 52 and 1D. RGB value is (124,82,29). Sum of RGB (Red+Green+Blue) = 124+82+29=235 (31% of max value = 765). Red value is 124 (48.83% from 255 or 52.77% from 235); Green value is 82 (32.42% from 255 or 34.89% from 235); Blue value is 29 (11.72% from 255 or 12.34% from 235); Max value from RGB is 124 - color contains mainly: red. Hex color #7C521D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C521D is #83ADE2. Grayscale: #585858. Windows color (decimal): -8629731 or 1921660. OLE color: 1921660.

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

Color convert

RGB1248229-
CMYK00.340.770.51
HSL33.47º62.09%30%-
HSV(B)33.47º76.61%48.63%-
XYZ11.5510.412.56-
YUV88.5294.41153.31-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 52.77%
GREEN value IS 82 (32.42% from 255) = 34.89%
BLUE value IS 29 (11.72% from 255) = 12.34%
R=52.77%
G=34.89%
B=12.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.77
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124822900.340.770.5133.4762.0930
Hex7C521D0224D33213e1e
Octal1741223504211563417636
Binary11111001010010111010100010100110111001110000111111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C521D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,82,29); }

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

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

 a { background-color: rgb(124,82,29); }

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

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

 span { border-color: rgb(124,82,29); }

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