#7C561B

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

Shades of Hot Curry #7C561B

Tints of Hot Curry #7C561B

Color information

#7C561B (or 0x7C561B) is unknown color: approx Hot Curry. HEX triplet: 7C, 56 and 1B. RGB value is (124,86,27). Sum of RGB (Red+Green+Blue) = 124+86+27=237 (31% of max value = 765). Red value is 124 (48.83% from 255 or 52.32% from 237); Green value is 86 (33.98% from 255 or 36.29% from 237); Blue value is 27 (10.94% from 255 or 11.39% from 237); Max value from RGB is 124 - color contains mainly: red. Hex color #7C561B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C561B is #83A9E4. Grayscale: #5A5A5A. Windows color (decimal): -8628709 or 1791612. OLE color: 1791612.

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

Color convert

RGB1248627-
CMYK00.310.780.51
HSL36.49º64.24%29.61%-
HSV(B)36.49º78.23%48.63%-
XYZ11.8411.022.54-
YUV90.6492.09151.8-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 52.32%
GREEN value IS 86 (33.98% from 255) = 36.29%
BLUE value IS 27 (10.94% from 255) = 11.39%
R=52.32%
G=36.29%
B=11.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.78
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124862700.310.780.5136.4964.2429.61
Hex7C561B01F4E3324401e
Octal17412633037116634410036
Binary11111001010110110110111111001110110011100100100000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C561B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,86,27); }

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

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

 a { background-color: rgb(124,86,27); }

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

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

 span { border-color: rgb(124,86,27); }

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