#73463A

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

Shades of Bole #73463A

Tints of Bole #73463A

Color information

#73463A (or 0x73463A) is unknown color: approx Bole. HEX triplet: 73, 46 and 3A. RGB value is (115,70,58). Sum of RGB (Red+Green+Blue) = 115+70+58=243 (32% of max value = 765). Red value is 115 (45.31% from 255 or 47.33% from 243); Green value is 70 (27.73% from 255 or 28.81% from 243); Blue value is 58 (23.05% from 255 or 23.87% from 243); Max value from RGB is 115 - color contains mainly: red. Hex color #73463A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73463A is #8CB9C5. Grayscale: #525252. Windows color (decimal): -9222598 or 3819123. OLE color: 3819123.

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

Color convert

RGB1157058-
CMYK00.390.500.55
HSL12.63º32.95%33.92%-
HSV(B)12.63º49.57%45.1%-
XYZ10.028.335.08-
YUV82.09114.41151.48-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 47.33%
GREEN value IS 70 (27.73% from 255) = 28.81%
BLUE value IS 58 (23.05% from 255) = 23.87%
R=47.33%
G=28.81%
B=23.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.50
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115705800.390.500.5512.6332.9533.92
Hex73463A0273237d2122
Octal163106720476267154142
Binary1110011100011011101001001111100101101111101100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73463A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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