#7E5E33

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

Shades of Hot Curry #7E5E33

Tints of Hot Curry #7E5E33

Color information

#7E5E33 (or 0x7E5E33) is unknown color: approx Hot Curry. HEX triplet: 7E, 5E and 33. RGB value is (126,94,51). Sum of RGB (Red+Green+Blue) = 126+94+51=271 (35% of max value = 765). Red value is 126 (49.61% from 255 or 46.49% from 271); Green value is 94 (37.11% from 255 or 34.69% from 271); Blue value is 51 (20.31% from 255 or 18.82% from 271); Max value from RGB is 126 - color contains mainly: red. Hex color #7E5E33 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E5E33 is #81A1CC. Grayscale: #626262. Windows color (decimal): -8495565 or 3366526. OLE color: 3366526.

HSL color Cylindrical-coordinate representation of color #7E5E33: hue angle of 34.4º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7E5E33 is Cyan = 0, Magento = 0.25, Yellow = 0.60 and Black (K on CMYK) = 0.51.

Color convert

RGB1269451-
CMYK00.250.600.51
HSL34.4º42.37%34.71%-
HSV(B)34.4º59.52%49.41%-
XYZ13.212.684.88-
YUV98.67101.1147.5-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 46.49%
GREEN value IS 94 (37.11% from 255) = 34.69%
BLUE value IS 51 (20.31% from 255) = 18.82%
R=46.49%
G=34.69%
B=18.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.60
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126945100.250.600.5134.442.3734.71
Hex7E5E330193C33222a23
Octal176136630317463425243
Binary11111101011110110011011001111100110011100010101010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E5E33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,94,51); }

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

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

 a { background-color: rgb(126,94,51); }

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

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

 span { border-color: rgb(126,94,51); }

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