#7E5636

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

Shades of Korma #7E5636

Tints of Korma #7E5636

Color information

#7E5636 (or 0x7E5636) is unknown color: approx Korma. HEX triplet: 7E, 56 and 36. RGB value is (126,86,54). Sum of RGB (Red+Green+Blue) = 126+86+54=266 (35% of max value = 765). Red value is 126 (49.61% from 255 or 47.37% from 266); Green value is 86 (33.98% from 255 or 32.33% from 266); Blue value is 54 (21.48% from 255 or 20.30% from 266); Max value from RGB is 126 - color contains mainly: red. Hex color #7E5636 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E5636 is #81A9C9. Grayscale: #5E5E5E. Windows color (decimal): -8497610 or 3561086. OLE color: 3561086.

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

Color convert

RGB1268654-
CMYK00.320.570.51
HSL26.67º40%35.29%-
HSV(B)26.67º57.14%49.41%-
XYZ12.611.365.02-
YUV94.31105.25150.6-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 47.37%
GREEN value IS 86 (33.98% from 255) = 32.33%
BLUE value IS 54 (21.48% from 255) = 20.30%
R=47.37%
G=32.33%
B=20.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.57
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126865400.320.570.5126.674035.29
Hex7E563602039331b2823
Octal176126660407163335043
Binary11111101010110110110010000011100111001111011101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E5636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,86,54); }

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

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

 a { background-color: rgb(126,86,54); }

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

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

 span { border-color: rgb(126,86,54); }

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