#7A561C

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

Shades of Hot Curry #7A561C

Tints of Hot Curry #7A561C

Color information

#7A561C (or 0x7A561C) is unknown color: approx Hot Curry. HEX triplet: 7A, 56 and 1C. RGB value is (122,86,28). Sum of RGB (Red+Green+Blue) = 122+86+28=236 (31% of max value = 765). Red value is 122 (48.05% from 255 or 51.69% from 236); Green value is 86 (33.98% from 255 or 36.44% from 236); Blue value is 28 (11.33% from 255 or 11.86% from 236); Max value from RGB is 122 - color contains mainly: red. Hex color #7A561C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A561C is #85A9E3. Grayscale: #5A5A5A. Windows color (decimal): -8759780 or 1857146. OLE color: 1857146.

HSL color Cylindrical-coordinate representation of color #7A561C: hue angle of 37.02º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7A561C is Cyan = 0, Magento = 0.30, Yellow = 0.77 and Black (K on CMYK) = 0.52.

Color convert

RGB1228628-
CMYK00.300.770.52
HSL37.02º62.67%29.41%-
HSV(B)37.02º77.05%47.84%-
XYZ11.5610.882.59-
YUV90.1592.93150.72-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 51.69%
GREEN value IS 86 (33.98% from 255) = 36.44%
BLUE value IS 28 (11.33% from 255) = 11.86%
R=51.69%
G=36.44%
B=11.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.77
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122862800.300.770.5237.0262.6729.41
Hex7A561C01E4D34253f1d
Octal1721263403611564457735
Binary1111010101011011100011110100110111010010010111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A561C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,86,28); }

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

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

 a { background-color: rgb(122,86,28); }

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

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

 span { border-color: rgb(122,86,28); }

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