#7B493F

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

Shades of Bole #7B493F

Tints of Bole #7B493F

Color information

#7B493F (or 0x7B493F) is unknown color: approx Bole. HEX triplet: 7B, 49 and 3F. RGB value is (123,73,63). Sum of RGB (Red+Green+Blue) = 123+73+63=259 (34% of max value = 765). Red value is 123 (48.44% from 255 or 47.49% from 259); Green value is 73 (28.91% from 255 or 28.19% from 259); Blue value is 63 (25% from 255 or 24.32% from 259); Max value from RGB is 123 - color contains mainly: red. Hex color #7B493F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B493F is #84B6C0. Grayscale: #565656. Windows color (decimal): -8697537 or 4147579. OLE color: 4147579.

HSL color Cylindrical-coordinate representation of color #7B493F: hue angle of 10º degrees, saturation: 0.32, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7B493F is Cyan = 0, Magento = 0.41, Yellow = 0.49 and Black (K on CMYK) = 0.52.

Color convert

RGB1237363-
CMYK00.410.490.52
HSL10º32.26%36.47%-
HSV(B)10º48.78%48.24%-
XYZ11.459.335.9-
YUV86.81114.56153.81-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 47.49%
GREEN value IS 73 (28.91% from 255) = 28.19%
BLUE value IS 63 (25% from 255) = 24.32%
R=47.49%
G=28.19%
B=24.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.49
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123736300.410.490.521032.2636.47
Hex7B493F0293134a2024
Octal173111770516164124044
Binary1111011100100111111101010011100011101001010100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B493F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,73,63); }

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

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

 a { background-color: rgb(123,73,63); }

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

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

 span { border-color: rgb(123,73,63); }

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