#73473B

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

Shades of Bole #73473B

Tints of Bole #73473B

Color information

#73473B (or 0x73473B) is unknown color: approx Bole. HEX triplet: 73, 47 and 3B. RGB value is (115,71,59). Sum of RGB (Red+Green+Blue) = 115+71+59=245 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.94% from 245); Green value is 71 (28.12% from 255 or 28.98% from 245); Blue value is 59 (23.44% from 255 or 24.08% from 245); Max value from RGB is 115 - color contains mainly: red. Hex color #73473B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73473B is #8CB8C4. Grayscale: #525252. Windows color (decimal): -9222341 or 3884915. OLE color: 3884915.

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

Color convert

RGB1157159-
CMYK00.380.490.55
HSL12.86º32.18%34.12%-
HSV(B)12.86º48.7%45.1%-
XYZ10.118.475.24-
YUV82.79114.58150.98-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 46.94%
GREEN value IS 71 (28.12% from 255) = 28.98%
BLUE value IS 59 (23.44% from 255) = 24.08%
R=46.94%
G=28.98%
B=24.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.49
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115715900.380.490.5512.8632.1834.12
Hex73473B0263137d2022
Octal163107730466167154042
Binary1110011100011111101101001101100011101111101100000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73473B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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