#7C5429

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

Shades of Hot Curry #7C5429

Tints of Hot Curry #7C5429

Color information

#7C5429 (or 0x7C5429) is unknown color: approx Hot Curry. HEX triplet: 7C, 54 and 29. RGB value is (124,84,41). Sum of RGB (Red+Green+Blue) = 124+84+41=249 (32% of max value = 765). Red value is 124 (48.83% from 255 or 49.80% from 249); Green value is 84 (33.20% from 255 or 33.73% from 249); Blue value is 41 (16.41% from 255 or 16.47% from 249); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5429 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C5429 is #83ABD6. Grayscale: #5B5B5B. Windows color (decimal): -8629207 or 2708604. OLE color: 2708604.

HSL color Cylindrical-coordinate representation of color #7C5429: hue angle of 31.08º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7C5429 is Cyan = 0, Magento = 0.32, Yellow = 0.67 and Black (K on CMYK) = 0.51.

Color convert

RGB1248441-
CMYK00.320.670.51
HSL31.08º50.3%32.35%-
HSV(B)31.08º66.94%48.63%-
XYZ11.8810.793.55-
YUV91.0699.75151.5-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 49.80%
GREEN value IS 84 (33.20% from 255) = 33.73%
BLUE value IS 41 (16.41% from 255) = 16.47%
R=49.80%
G=33.73%
B=16.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.67
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124844100.320.670.5131.0850.332.35
Hex7C542902043331f3220
Octal1741245104010363376240
Binary111110010101001010010100000100001111001111111110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C5429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,84,41); }

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

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

 a { background-color: rgb(124,84,41); }

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

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

 span { border-color: rgb(124,84,41); }

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