#73463B

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

Shades of Bole #73463B

Tints of Bole #73463B

Color information

#73463B (or 0x73463B) is unknown color: approx Bole. HEX triplet: 73, 46 and 3B. RGB value is (115,70,59). Sum of RGB (Red+Green+Blue) = 115+70+59=244 (32% of max value = 765). Red value is 115 (45.31% from 255 or 47.13% from 244); Green value is 70 (27.73% from 255 or 28.69% from 244); Blue value is 59 (23.44% from 255 or 24.18% from 244); Max value from RGB is 115 - color contains mainly: red. Hex color #73463B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73463B is #8CB9C4. Grayscale: #525252. Windows color (decimal): -9222597 or 3884659. OLE color: 3884659.

HSL color Cylindrical-coordinate representation of color #73463B: hue angle of 11.79º degrees, saturation: 0.32, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #73463B is Cyan = 0, Magento = 0.39, Yellow = 0.49 and Black (K on CMYK) = 0.55.

Color convert

RGB1157059-
CMYK00.390.490.55
HSL11.79º32.18%34.12%-
HSV(B)11.79º48.7%45.1%-
XYZ10.058.345.22-
YUV82.2114.91151.39-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 47.13%
GREEN value IS 70 (27.73% from 255) = 28.69%
BLUE value IS 59 (23.44% from 255) = 24.18%
R=47.13%
G=28.69%
B=24.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.49
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115705900.390.490.5511.7932.1834.12
Hex73463B0273137c2022
Octal163106730476167144042
Binary1110011100011011101101001111100011101111100100000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73463B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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