#7A561E

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

Shades of Hot Curry #7A561E

Tints of Hot Curry #7A561E

Color information

#7A561E (or 0x7A561E) is unknown color: approx Hot Curry. HEX triplet: 7A, 56 and 1E. RGB value is (122,86,30). Sum of RGB (Red+Green+Blue) = 122+86+30=238 (31% of max value = 765). Red value is 122 (48.05% from 255 or 51.26% from 238); Green value is 86 (33.98% from 255 or 36.13% from 238); Blue value is 30 (12.11% from 255 or 12.61% from 238); Max value from RGB is 122 - color contains mainly: red. Hex color #7A561E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A561E is #85A9E1. Grayscale: #5A5A5A. Windows color (decimal): -8759778 or 1988218. OLE color: 1988218.

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

Color convert

RGB1228630-
CMYK00.300.750.52
HSL36.52º60.53%29.8%-
HSV(B)36.52º75.41%47.84%-
XYZ11.5910.892.72-
YUV90.3893.93150.55-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 51.26%
GREEN value IS 86 (33.98% from 255) = 36.13%
BLUE value IS 30 (12.11% from 255) = 12.61%
R=51.26%
G=36.13%
B=12.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.75
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122863000.300.750.5236.5260.5329.8
Hex7A561E01E4B34253d1e
Octal1721263603611364457536
Binary1111010101011011110011110100101111010010010111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A561E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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