#7e502b

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

Shades of Korma #7E502B

Tints of Korma #7E502B

Color information

#7E502B (or 0x7E502B) is unknown color: approx Korma. HEX triplet: 7E, 50 and 2B. RGB value is (126,80,43). Sum of RGB (Red+Green+Blue) = 126+80+43=249 (32% of max value = 765). Red value is 126 (49.61% from 255 or 50.60% from 249); Green value is 80 (31.64% from 255 or 32.13% from 249); Blue value is 43 (17.19% from 255 or 17.27% from 249); Max value from RGB is 126 - color contains mainly: red. Hex color #7E502B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E502B is #81AFD4. Grayscale: #595959. Windows color (decimal): -8499157 or 2838654. OLE color: 2838654.

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

Color convert

RGB1268043-
CMYK00.370.660.51
HSL26.75º49.11%33.14%-
HSV(B)26.75º65.87%49.41%-
XYZ11.9110.353.66-
YUV89.54101.74154.01-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 50.60%
GREEN value IS 80 (31.64% from 255) = 32.13%
BLUE value IS 43 (17.19% from 255) = 17.27%
R=50.60%
G=32.13%
B=17.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.66
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126804300.370.660.5126.7549.1133.14
Hex7E502B02542331b3121
Octal1761205304510263336141
Binary111111010100001010110100101100001011001111011110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7e502b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,80,43); }

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

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

 a { background-color: rgb(126,80,43); }

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

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

 span { border-color: rgb(126,80,43); }

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