#7E4946

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

Shades of Bole #7E4946

Tints of Bole #7E4946

Color information

#7E4946 (or 0x7E4946) is unknown color: approx Bole. HEX triplet: 7E, 49 and 46. RGB value is (126,73,70). Sum of RGB (Red+Green+Blue) = 126+73+70=269 (35% of max value = 765). Red value is 126 (49.61% from 255 or 46.84% from 269); Green value is 73 (28.91% from 255 or 27.14% from 269); Blue value is 70 (27.73% from 255 or 26.02% from 269); Max value from RGB is 126 - color contains mainly: red. Hex color #7E4946 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E4946 is #81B6B9. Grayscale: #585858. Windows color (decimal): -8500922 or 4606334. OLE color: 4606334.

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

Color convert

RGB1267370-
CMYK00.420.440.51
HSL3.21º28.57%38.43%-
HSV(B)3.21º44.44%49.41%-
XYZ12.099.647.02-
YUV88.51117.56154.74-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 46.84%
GREEN value IS 73 (28.91% from 255) = 27.14%
BLUE value IS 70 (27.73% from 255) = 26.02%
R=46.84%
G=27.14%
B=26.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.44
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126737000.420.440.513.2128.5738.43
Hex7E494602A2C3331d26
Octal176111106052546333546
Binary11111101001001100011001010101011001100111111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E4946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,73,70); }

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

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

 a { background-color: rgb(126,73,70); }

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

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

 span { border-color: rgb(126,73,70); }

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