#7C5828

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

Shades of Hot Curry #7C5828

Tints of Hot Curry #7C5828

Color information

#7C5828 (or 0x7C5828) is unknown color: approx Hot Curry. HEX triplet: 7C, 58 and 28. RGB value is (124,88,40). Sum of RGB (Red+Green+Blue) = 124+88+40=252 (33% of max value = 765). Red value is 124 (48.83% from 255 or 49.21% from 252); Green value is 88 (34.77% from 255 or 34.92% from 252); Blue value is 40 (16.02% from 255 or 15.87% from 252); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5828 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C5828 is #83A7D7. Grayscale: #5D5D5D. Windows color (decimal): -8628184 or 2644092. OLE color: 2644092.

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

Color convert

RGB1248840-
CMYK00.290.680.51
HSL34.29º51.22%32.16%-
HSV(B)34.29º67.74%48.63%-
XYZ12.1811.423.57-
YUV93.2997.93149.9-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 49.21%
GREEN value IS 88 (34.77% from 255) = 34.92%
BLUE value IS 40 (16.02% from 255) = 15.87%
R=49.21%
G=34.92%
B=15.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.68
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124884000.290.680.5134.2951.2232.16
Hex7C582801D4433223320
Octal1741305003510463426340
Binary111110010110001010000111011000100110011100010110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C5828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,88,40); }

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

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

 a { background-color: rgb(124,88,40); }

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

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

 span { border-color: rgb(124,88,40); }

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