#73463F

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

Shades of Bole #73463F

Tints of Bole #73463F

Color information

#73463F (or 0x73463F) is unknown color: approx Bole. HEX triplet: 73, 46 and 3F. RGB value is (115,70,63). Sum of RGB (Red+Green+Blue) = 115+70+63=248 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.37% from 248); Green value is 70 (27.73% from 255 or 28.23% from 248); Blue value is 63 (25% from 255 or 25.40% from 248); Max value from RGB is 115 - color contains mainly: red. Hex color #73463F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73463F is #8CB9C0. Grayscale: #525252. Windows color (decimal): -9222593 or 4146803. OLE color: 4146803.

HSL color Cylindrical-coordinate representation of color #73463F: hue angle of 8.08º 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 #73463F is Cyan = 0, Magento = 0.39, Yellow = 0.45 and Black (K on CMYK) = 0.55.

Color convert

RGB1157063-
CMYK00.390.450.55
HSL8.08º29.21%34.9%-
HSV(B)8.08º45.22%45.1%-
XYZ10.168.385.79-
YUV82.66116.91151.07-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 46.37%
GREEN value IS 70 (27.73% from 255) = 28.23%
BLUE value IS 63 (25% from 255) = 25.40%
R=46.37%
G=28.23%
B=25.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.45
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115706300.390.450.558.0829.2134.9
Hex73463F0272D3781d23
Octal163106770475567103543
Binary111001110001101111110100111101101110111100011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73463F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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