#73473f

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

Shades of Bole #73473F

Tints of Bole #73473F

Color information

#73473F (or 0x73473F) is unknown color: approx Bole. HEX triplet: 73, 47 and 3F. RGB value is (115,71,63). Sum of RGB (Red+Green+Blue) = 115+71+63=249 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.18% from 249); Green value is 71 (28.12% from 255 or 28.51% from 249); Blue value is 63 (25% from 255 or 25.30% from 249); Max value from RGB is 115 - color contains mainly: red. Hex color #73473F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73473F is #8CB8C0. Grayscale: #535353. Windows color (decimal): -9222337 or 4147059. OLE color: 4147059.

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

Color convert

RGB1157163-
CMYK00.380.450.55
HSL9.23º29.21%34.9%-
HSV(B)9.23º45.22%45.1%-
XYZ10.228.515.81-
YUV83.24116.58150.65-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 46.18%
GREEN value IS 71 (28.12% from 255) = 28.51%
BLUE value IS 63 (25% from 255) = 25.30%
R=46.18%
G=28.51%
B=25.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.45
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115716300.380.450.559.2329.2134.9
Hex73473F0262D3791d23
Octal163107770465567113543
Binary111001110001111111110100110101101110111100111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73473f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73473f; }

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

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

<style>
 a { background-color: #73473f; }

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

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

<style>
 span { border-color: #73473f; }

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

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