#7A6028

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

Shades of Hot Curry #7A6028

Tints of Hot Curry #7A6028

Color information

#7A6028 (or 0x7A6028) is unknown color: approx Hot Curry. HEX triplet: 7A, 60 and 28. RGB value is (122,96,40). Sum of RGB (Red+Green+Blue) = 122+96+40=258 (34% of max value = 765). Red value is 122 (48.05% from 255 or 47.29% from 258); Green value is 96 (37.89% from 255 or 37.21% from 258); Blue value is 40 (16.02% from 255 or 15.50% from 258); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6028 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A6028 is #859FD7. Grayscale: #616161. Windows color (decimal): -8757208 or 2646138. OLE color: 2646138.

HSL color Cylindrical-coordinate representation of color #7A6028: hue angle of 40.98º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7A6028 is Cyan = 0, Magento = 0.21, Yellow = 0.67 and Black (K on CMYK) = 0.52.

Color convert

RGB1229640-
CMYK00.210.670.52
HSL40.98º50.62%31.76%-
HSV(B)40.98º67.21%47.84%-
XYZ12.5912.663.79-
YUV97.3995.61145.55-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 47.29%
GREEN value IS 96 (37.89% from 255) = 37.21%
BLUE value IS 40 (16.02% from 255) = 15.50%
R=47.29%
G=37.21%
B=15.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.67
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122964000.210.670.5240.9850.6231.76
Hex7A60280154334293320
Octal1721405002510364516340
Binary111101011000001010000101011000011110100101001110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A6028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,96,40); }

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

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

 a { background-color: rgb(122,96,40); }

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

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

 span { border-color: rgb(122,96,40); }

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