#7E5B17

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

Shades of Hot Curry #7E5B17

Tints of Hot Curry #7E5B17

Color information

#7E5B17 (or 0x7E5B17) is unknown color: approx Hot Curry. HEX triplet: 7E, 5B and 17. RGB value is (126,91,23). Sum of RGB (Red+Green+Blue) = 126+91+23=240 (31% of max value = 765). Red value is 126 (49.61% from 255 or 52.5% from 240); Green value is 91 (35.94% from 255 or 37.92% from 240); Blue value is 23 (9.38% from 255 or 9.58% from 240); Max value from RGB is 126 - color contains mainly: red. Hex color #7E5B17 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7E5B17 is #81A4E8. Grayscale: #5E5E5E. Windows color (decimal): -8496361 or 1530750. OLE color: 1530750.

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

Color convert

RGB1269123-
CMYK00.280.820.51
HSL39.61º69.13%29.22%-
HSV(B)39.61º81.75%49.41%-
XYZ12.511.982.46-
YUV93.7188.1151.03-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 52.5%
GREEN value IS 91 (35.94% from 255) = 37.92%
BLUE value IS 23 (9.38% from 255) = 9.58%
R=52.5%
G=37.92%
B=9.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.82
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126912300.280.820.5139.6169.1329.22
Hex7E5B1701C523328451d
Octal17613327034122635010535
Binary11111101011011101110111001010010110011101000100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E5B17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,91,23); }

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

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

 a { background-color: rgb(126,91,23); }

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

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

 span { border-color: rgb(126,91,23); }

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