#7C592B

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

Shades of Hot Curry #7C592B

Tints of Hot Curry #7C592B

Color information

#7C592B (or 0x7C592B) is unknown color: approx Hot Curry. HEX triplet: 7C, 59 and 2B. RGB value is (124,89,43). Sum of RGB (Red+Green+Blue) = 124+89+43=256 (33% of max value = 765). Red value is 124 (48.83% from 255 or 48.44% from 256); Green value is 89 (35.16% from 255 or 34.77% from 256); Blue value is 43 (17.19% from 255 or 16.80% from 256); Max value from RGB is 124 - color contains mainly: red. Hex color #7C592B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C592B is #83A6D4. Grayscale: #5E5E5E. Windows color (decimal): -8627925 or 2840956. OLE color: 2840956.

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

Color convert

RGB1248943-
CMYK00.280.650.51
HSL34.07º48.5%32.75%-
HSV(B)34.07º65.32%48.63%-
XYZ12.3211.63.88-
YUV94.2299.1149.24-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 48.44%
GREEN value IS 89 (35.16% from 255) = 34.77%
BLUE value IS 43 (17.19% from 255) = 16.80%
R=48.44%
G=34.77%
B=16.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.65
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124894300.280.650.5134.0748.532.75
Hex7C592B01C4133223121
Octal1741315303410163426141
Binary111110010110011010110111001000001110011100010110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C592B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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