#7C562A

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

Shades of Hot Curry #7C562A

Tints of Hot Curry #7C562A

Color information

#7C562A (or 0x7C562A) is unknown color: approx Hot Curry. HEX triplet: 7C, 56 and 2A. RGB value is (124,86,42). Sum of RGB (Red+Green+Blue) = 124+86+42=252 (33% of max value = 765). Red value is 124 (48.83% from 255 or 49.21% from 252); Green value is 86 (33.98% from 255 or 34.13% from 252); Blue value is 42 (16.80% from 255 or 16.67% from 252); Max value from RGB is 124 - color contains mainly: red. Hex color #7C562A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C562A is #83A9D5. Grayscale: #5C5C5C. Windows color (decimal): -8628694 or 2774652. OLE color: 2774652.

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

Color convert

RGB1248642-
CMYK00.310.660.51
HSL32.2º49.4%32.55%-
HSV(B)32.2º66.13%48.63%-
XYZ12.0611.113.7-
YUV92.3599.59150.58-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 49.21%
GREEN value IS 86 (33.98% from 255) = 34.13%
BLUE value IS 42 (16.80% from 255) = 16.67%
R=49.21%
G=34.13%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.66
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124864200.310.660.5132.249.432.55
Hex7C562A01F4233203121
Octal1741265203710263406141
Binary111110010101101010100111111000010110011100000110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C562A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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