#7c5226

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

Shades of Hot Curry #7C5226

Tints of Hot Curry #7C5226

Color information

#7C5226 (or 0x7C5226) is unknown color: approx Hot Curry. HEX triplet: 7C, 52 and 26. RGB value is (124,82,38). Sum of RGB (Red+Green+Blue) = 124+82+38=244 (32% of max value = 765). Red value is 124 (48.83% from 255 or 50.82% from 244); Green value is 82 (32.42% from 255 or 33.61% from 244); Blue value is 38 (15.23% from 255 or 15.57% from 244); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5226 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C5226 is #83ADD9. Grayscale: #595959. Windows color (decimal): -8629722 or 2511484. OLE color: 2511484.

HSL color Cylindrical-coordinate representation of color #7C5226: hue angle of 30.7º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7C5226 is Cyan = 0, Magento = 0.34, Yellow = 0.69 and Black (K on CMYK) = 0.51.

Color convert

RGB1248238-
CMYK00.340.690.51
HSL30.7º53.09%31.76%-
HSV(B)30.7º69.35%48.63%-
XYZ11.6810.463.24-
YUV89.5498.91152.58-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 50.82%
GREEN value IS 82 (32.42% from 255) = 33.61%
BLUE value IS 38 (15.23% from 255) = 15.57%
R=50.82%
G=33.61%
B=15.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.69
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124823800.340.690.5130.753.0931.76
Hex7C522602245331f3520
Octal1741224604210563376540
Binary111110010100101001100100010100010111001111111110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7c5226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,82,38); }

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

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

 a { background-color: rgb(124,82,38); }

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

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

 span { border-color: rgb(124,82,38); }

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