#7E5720

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

Shades of Hot Curry #7E5720

Tints of Hot Curry #7E5720

Color information

#7E5720 (or 0x7E5720) is unknown color: approx Hot Curry. HEX triplet: 7E, 57 and 20. RGB value is (126,87,32). Sum of RGB (Red+Green+Blue) = 126+87+32=245 (32% of max value = 765). Red value is 126 (49.61% from 255 or 51.43% from 245); Green value is 87 (34.38% from 255 or 35.51% from 245); Blue value is 32 (12.89% from 255 or 13.06% from 245); Max value from RGB is 126 - color contains mainly: red. Hex color #7E5720 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E5720 is #81A8DF. Grayscale: #5C5C5C. Windows color (decimal): -8497376 or 2119550. OLE color: 2119550.

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

Color convert

RGB1268732-
CMYK00.310.750.51
HSL35.11º59.49%30.98%-
HSV(B)35.11º74.6%49.41%-
XYZ12.2711.362.91-
YUV92.3993.92151.97-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 51.43%
GREEN value IS 87 (34.38% from 255) = 35.51%
BLUE value IS 32 (12.89% from 255) = 13.06%
R=51.43%
G=35.51%
B=13.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.75
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126873200.310.750.5135.1159.4930.98
Hex7E572001F4B33233b1f
Octal1761274003711363437337
Binary11111101010111100000011111100101111001110001111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E5720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,87,32); }

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

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

 a { background-color: rgb(126,87,32); }

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

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

 span { border-color: rgb(126,87,32); }

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