#7C572B

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

Shades of Hot Curry #7C572B

Tints of Hot Curry #7C572B

Color information

#7C572B (or 0x7C572B) is unknown color: approx Hot Curry. HEX triplet: 7C, 57 and 2B. RGB value is (124,87,43). Sum of RGB (Red+Green+Blue) = 124+87+43=254 (33% of max value = 765). Red value is 124 (48.83% from 255 or 48.82% from 254); Green value is 87 (34.38% from 255 or 34.25% from 254); Blue value is 43 (17.19% from 255 or 16.93% from 254); Max value from RGB is 124 - color contains mainly: red. Hex color #7C572B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C572B is #83A8D4. Grayscale: #5D5D5D. Windows color (decimal): -8628437 or 2840444. OLE color: 2840444.

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

Color convert

RGB1248743-
CMYK00.300.650.51
HSL32.59º48.5%32.75%-
HSV(B)32.59º65.32%48.63%-
XYZ12.1611.283.82-
YUV93.0599.76150.08-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 48.82%
GREEN value IS 87 (34.38% from 255) = 34.25%
BLUE value IS 43 (17.19% from 255) = 16.93%
R=48.82%
G=34.25%
B=16.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.65
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124874300.300.650.5132.5948.532.75
Hex7C572B01E4133213121
Octal1741275303610163416141
Binary111110010101111010110111101000001110011100001110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C572B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,87,43); }

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

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

 a { background-color: rgb(124,87,43); }

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

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

 span { border-color: rgb(124,87,43); }

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