#73493F

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

Shades of Bole #73493F

Tints of Bole #73493F

Color information

#73493F (or 0x73493F) is unknown color: approx Bole. HEX triplet: 73, 49 and 3F. RGB value is (115,73,63). Sum of RGB (Red+Green+Blue) = 115+73+63=251 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.82% from 251); Green value is 73 (28.91% from 255 or 29.08% from 251); Blue value is 63 (25% from 255 or 25.10% from 251); Max value from RGB is 115 - color contains mainly: red. Hex color #73493F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73493F is #8CB6C0. Grayscale: #545454. Windows color (decimal): -9221825 or 4147571. OLE color: 4147571.

HSL color Cylindrical-coordinate representation of color #73493F: hue angle of 11.54º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #73493F is Cyan = 0, Magento = 0.37, Yellow = 0.45 and Black (K on CMYK) = 0.55.

Color convert

RGB1157363-
CMYK00.370.450.55
HSL11.54º29.21%34.9%-
HSV(B)11.54º45.22%45.1%-
XYZ10.358.775.85-
YUV84.42115.91149.81-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 45.82%
GREEN value IS 73 (28.91% from 255) = 29.08%
BLUE value IS 63 (25% from 255) = 25.10%
R=45.82%
G=29.08%
B=25.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.45
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115736300.370.450.5511.5429.2134.9
Hex73493F0252D37c1d23
Octal163111770455567143543
Binary111001110010011111110100101101101110111110011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73493F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73493F; }

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

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

<style>
 a { background-color: #73493F; }

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

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

<style>
 span { border-color: #73493F; }

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

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